Add renovate automerge config
This commit is contained in:
parent
1106e578ac
commit
39eaf8bc69
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue