From 4d27d990c53312a1b66defd308a6cdd749f6f69e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:48:07 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/dafyddj/copier-packer-build to v2.0.7 --- .copier-answers.yml | 2 +- .github/renovate.json5 | 32 ++++++++++++++++++-------------- .github/workflows/libbuild.yml | 2 +- .pre-commit-config.yaml | 2 +- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 76c765b..c0d1a69 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.0.5 +_commit: v2.0.7 _src_path: https://github.com/dafyddj/copier-packer-build box_name: techneg/win81x64-pro-salt diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 70ce5ab..abe3207 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,24 +1,28 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "enabledManagers": [ - "copier", - "git-submodules", + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + enabledManagers: [ + 'copier', + 'git-submodules', ], - "extends": [ - "config:recommended", + extends: [ + 'config:recommended', ], - "automergeStrategy": "merge-commit", - "git-submodules": { - "enabled": true + automergeStrategy: 'merge-commit', + 'git-submodules': { + 'enabled': true }, - "packageRules": [ + packageRules: [ { - "matchFileNames": ["template/**"], - "semanticCommitType": "fix", + matchFileNames: [ + 'template/**' + ], + semanticCommitType: 'fix', }, { - "matchManagers": ["git-submodules"], - "automerge": true, + automerge: true, + matchManagers: [ + 'git-submodules' + ], }, ], } diff --git a/.github/workflows/libbuild.yml b/.github/workflows/libbuild.yml index 9d47eaa..e5fa996 100644 --- a/.github/workflows/libbuild.yml +++ b/.github/workflows/libbuild.yml @@ -80,7 +80,7 @@ jobs: uses: actionshub/chef-install@776a917c09d87c381d1d5342f83cd554223fa49c # 3.0.1 env: # renovate: datasource=custom.omnitruck depName=chef-workstation - CHEF_WS_VERSION: 25.2.1075 + CHEF_WS_VERSION: 25.5.1084 with: project: chef-workstation version: ${{ env.CHEF_WS_VERSION }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b183242..477435e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-yaml exclude: ^kitchen.yml$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.3 + rev: 0.33.2 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema