fix(renovate): automatically merge dependency updates
This commit is contained in:
parent
145640a654
commit
8194b312b5
1 changed files with 5 additions and 0 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -11,6 +11,11 @@
|
|||
],
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge non-major updates",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
matchDatasources: [
|
||||
"maven"
|
||||
|
|
Loading…
Reference in a new issue