RenovateTest/renovate.json

18 lines
403 B
JSON
Raw Normal View History

2023-08-04 13:34:00 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":label(renovate)",
2023-08-16 09:55:28 +00:00
":semanticCommits"
2023-08-04 13:34:00 +00:00
],
2023-08-16 09:55:28 +00:00
"prHourlyLimit": 0,
"packageRules": [
{
2023-08-16 10:00:48 +00:00
"matchManagers": ["helmv3"],
2023-08-16 09:55:28 +00:00
"additionalBranchPrefix": "{{parentDir}}-",
2023-08-16 10:08:43 +00:00
"matchFileNames": ["charts/*/Chart.yaml"],
"groupName": "{{parentDir}}-dependencies"
2023-08-16 09:55:28 +00:00
}
]
2023-08-04 13:34:00 +00:00
}