Compare commits
2 commits
76ed6973a9
...
21b4ed7882
| Author | SHA1 | Date | |
|---|---|---|---|
| 21b4ed7882 | |||
| 9810bc2f80 |
1 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
}
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue