mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-02-22 18:31:50 +01:00
fix(renovate): automatically merge dependency updates
This commit is contained in:
parent
145640a654
commit
8194b312b5
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