enable automerge for minor
and patch
updates #24
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue