Test grouping

This commit is contained in:
Stefan Reimer 2023-08-16 09:59:49 +00:00
parent b3e649bbc6
commit da4b3cfd9e
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
"prHourlyLimit": 0,
"packageRules": [
{
"managers": ["helmv3"],
"matchManagers": ["helm"],
"additionalBranchPrefix": "{{parentDir}}-",
"packagePatterns": ["charts/.*/Chart.yaml"]
"matchFileNames": ["charts/*/Chart.yaml"]
}
]
}