Skip to content

Commit

Permalink
use matchFileNames
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 13, 2023
1 parent e24c565 commit e6f5c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@
"packageRules": [
{
"matchManagers": ["regex", "helm-values", "kubernetes"],
"paths": ["src/{{groupSlug}}/**"],
"matchFileNames": ["src/{{groupSlug}}/**"],
"groupName": "dependencies - {{groupSlug}}",
"groupSlug": "istio",
"commitMessageTopic": "{{groupSlug}}",
"additionalBranchPrefix": "package-{{groupSlug}}-deps"
},
{
"matchManagers": ["regex", "helm-values", "kubernetes"],
"paths": ["src/{{groupSlug}}/**"],
"matchFileNames": ["src/{{groupSlug}}/**"],
"groupName": "dependencies - {{groupSlug}}",
"groupSlug": "promtail",
"commitMessageTopic": "{{groupSlug}}",
"additionalBranchPrefix": "package-{{groupSlug}}-deps"
},
{
"paths": [".github/**"],
"matchFileNames": [".github/**"],
"matchManagers": ["github-actions", "regex"],
"commitMessageTopic": "update {{groupSlug}}",
"matchDepTypes": [
Expand Down

0 comments on commit e6f5c9e

Please sign in to comment.