Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 18 additions & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -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'
],
},
],
}
2 changes: 1 addition & 1 deletion .github/workflows/libbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading