chore(renovate): fix config
This commit is contained in:
parent
ccc9e736cb
commit
3c4bccdecf
1 changed files with 9 additions and 4 deletions
|
@ -8,11 +8,16 @@
|
||||||
"baseBranches": ["main", "/^maint\\/.+/"],
|
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Disable major chart updates for maintenance branches",
|
"description": "Separate multiple major sub chart updates",
|
||||||
|
"matchFileNames": ["Chart.yaml"],
|
||||||
|
"separateMultipleMajor": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Require approval for major sub chart updates for maintenance branches",
|
||||||
"matchBaseBranches": ["/^maint\\/.+/"],
|
"matchBaseBranches": ["/^maint\\/.+/"],
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"matchFileNames": ["Chart.yaml"],
|
"matchFileNames": ["Chart.yaml"],
|
||||||
"enabled": false
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
|
@ -83,7 +88,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Use test scope for forgejo ci tests",
|
"description": "Use test scope for forgejo ci tests",
|
||||||
"matchFileNames": ["ci/*.yml"],
|
"matchFileNames": ["ci/*.yaml"],
|
||||||
"additionalBranchPrefix": "ci-forgejo-",
|
"additionalBranchPrefix": "ci-forgejo-",
|
||||||
"semanticCommitType": "ci",
|
"semanticCommitType": "ci",
|
||||||
"semanticCommitScope": "forgejo",
|
"semanticCommitScope": "forgejo",
|
||||||
|
@ -92,7 +97,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable updates for forgejo ci tests",
|
"description": "Disable updates for forgejo ci tests",
|
||||||
"matchFileNames": ["ci/*.yml"],
|
"matchFileNames": ["ci/*.yaml"],
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue