diff --git a/.github/renovate.json b/.github/renovate.json index a30cd370ca91d..10962ddf36ef1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,7 @@ ], "prHourlyLimit": 0, "postUpdateOptions": ["yarnDedupeHighest"], + "baseBranches": ["$defaultBranch", "stable-2.462"], "packageRules": [ { "matchDatasources": ["npm"], @@ -87,6 +88,17 @@ "matchDatasources": ["maven"], "enabled": false, "description": "see https://github.com/jenkinsci/jenkins/pull/9522" + }, + { + "matchBaseBranches": ["/stable-.+/"], + "matchManagers": ["*"], + "enabled": false + }, + { + "matchBaseBranches": ["/stable-.+/"], + "matchManagers": ["maven"], + "labels": ["dependencies", "into-lts", "needs-justification"], + "enabled": true } ], "customManagers": [