Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 3e826bf commit 9d65b11
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@
],
"packageRules": [
{
"matchFileNames": ["chart/**", "zarf.yaml"],
"excludePackageNames": ["rancher/k3s"],
"matchFileNames": [
"chart/**",
"zarf.yaml"
],
"groupName": "dev-stack",
"commitMessageTopic": "dev-stack"
"commitMessageTopic": "dev-stack",
"matchPackageNames": [
"!rancher/k3s"
]
},
{
"matchFileNames": [".github/workflows/**", ".github/actions/**"],
"matchFileNames": [
".github/workflows/**",
".github/actions/**"
],
"groupName": "githubactions",
"commitMessageTopic": "githubactions"
}
Expand Down

0 comments on commit 9d65b11

Please sign in to comment.