diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6356eb50..eab5daee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ version: 2 updates: - package-ecosystem: "maven" directory: "/" + ignore: + # Fails plugin bill of materials tests + # https://github.com/jenkinsci/bom/issues/3171 + - dependency-name: "org.jenkins-ci.plugins:promoted-builds" labels: - "dependencies" schedule: diff --git a/pom.xml b/pom.xml index 62e4030d..7b5f49d3 100644 --- a/pom.xml +++ b/pom.xml @@ -64,18 +64,8 @@ org.jenkins-ci.plugins promoted-builds - 3.11 + 892.vd6219fc0a_efb true - - - org.sonatype.sisu - sisu-guava - - - org.sonatype.sisu - sisu-guice - - org.jenkins-ci.plugins