chore(renovate): fix platform automerge
This commit is contained in:
parent
730c4b179a
commit
1c4c18ac27
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
||||||
"assignees": ["viceice"],
|
"assignees": ["viceice"],
|
||||||
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
|
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
|
||||||
|
"platformAutomerge": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
|
@ -31,8 +32,7 @@
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"matchFiles": ["Chart.yaml"],
|
"matchFiles": ["Chart.yaml"],
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"platformAutomerge": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
Loading…
Reference in a new issue