diff --git a/.github/renovate.json b/.github/renovate.json index aab994ad8187..e50fab7b3359 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,7 @@ "postUpdateOptions": [ "yarnDedupeHighest" ], + "baseBranches": ["master", "stable-2.462"], "packageRules": [ { "matchDatasources": [ @@ -29,6 +30,11 @@ ], "allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/" }, + { + "matchBaseBranches": ["/stable-.+/"], + "matchPackageNames": ["*"], + "enabled": false + }, { "description": "Should be upgraded in lockstep in order to keep their corresponding Jetty versions aligned, could be grouped but releases are likely separated by a bit of time", "matchManagers": [ @@ -217,5 +223,9 @@ "**/__tests__/**", "**/tests/**", "**/__fixtures__/**" - ] + ], + "osvVulnerabilityAlerts": true, + "vulnerabilityAlerts": { + "enabled": true + } } diff --git a/test/pom.xml b/test/pom.xml index 21a21d59ac4a..07ac3b4fd298 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -242,7 +242,7 @@ THE SOFTWARE. org.jenkins-ci.plugins matrix-auth - 3.2.2 + 3.2.4 test diff --git a/war/pom.xml b/war/pom.xml index 969d799350b9..733b77e6024f 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -279,7 +279,7 @@ THE SOFTWARE. org.jenkins-ci.plugins matrix-auth - 3.2.2 + 3.2.4 hpi