diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ecbc5a60..c45bb91d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,6 +11,11 @@ ], }, "packageRules": [ + { + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, { matchDatasources: [ "maven"