diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73ad49db62..e0a2916ab3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: # Maintain dependencies for maven - package-ecosystem: "maven" directory: "/" + ignore: + # Fails plugin bill of materials tests + - dependency-name: "org.jenkins-ci.plugins:promoted-builds" + versions: ["945.v597f5c6a_d3fd"] schedule: interval: "weekly" labels: diff --git a/pom.xml b/pom.xml index 8e24da21fe..89756304f1 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ org.jenkins-ci.plugins promoted-builds - 945.v597f5c6a_d3fd + 3.11 true