diff --git a/.github/renovate.json b/.github/renovate.json index a200c300..131dff34 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":semanticCommitsDisabled", "schedule:earlyMondays" ], @@ -12,5 +12,13 @@ "labels": [ "dependencies" ], + "packageRules": [ + { + "matchDepNames": [ + "org.jenkins-ci.plugins:plugin" + ], + "allowedVersions": "< 5" + } + ], "rebaseWhen": "conflicted" }