diff options
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ecbc5a60..c45bb91d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,11 @@ }, "packageRules": [ { + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, + { matchDatasources: [ "maven" ], |