Allow Renovate to auto-merge minor updates
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
4cf61e271b
commit
a72051e8a4
1 changed files with 20 additions and 12 deletions
|
@ -9,6 +9,14 @@
|
|||
],
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
}
|
||||
]
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"automergeStrategy": "fast-forward",
|
||||
"ignoreTests": true
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue