diff --git a/renovate.json5 b/renovate.json5 index 49f86001..45ec55b8 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,5 +3,15 @@ "extends": [ "github>LLK/scratch-renovate-config" + ], + + "packageRules": [ + { + // enable auto-merge for non-major updates of all packages which use semver + "matchCurrentVersion": "!/^0/", + "matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"], + "automerge": true, + "rebaseWhen": "behind-base-branch" + } ] }