automerge minor and patch updates
This commit is contained in:
parent
08c3cd32f4
commit
e615ae69f5
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
"packageRules": [
|
||||||
|
// Automatically merge patch level updates
|
||||||
|
// https://docs.renovatebot.com/key-concepts/automerge/
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
// Custom manager using regex for letting Renovate find dependencies in matrix variables
|
// Custom manager using regex for letting Renovate find dependencies in matrix variables
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue