From 7de62f183ec0bec492b8e881e7ab71429fefaada Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 25 Sep 2023 12:29:31 -0700 Subject: [PATCH] Fix Dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2378d5371..4246ad3b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: # See https://github.com/google/guice/wiki/Guice700 - dependency-name: "com.google.inject:guice" versions: [">=7.0.0"] + # Bad release in Artifactory breaks Dependabot + - dependency-name: "com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer" + versions: ["2.27.0"] # This is the minimum Jenkins version - dependency-name: "org.jenkins-ci.main:cli" # Restrict updates to Jetty in the 11.x space