From ba8bc70eb20b65c8435da067a3bd2464506ee2a8 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 27 Oct 2024 21:41:48 -0600 Subject: [PATCH] Remove promoted-builds exclusion from dependabot def --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e83af3c40c..73ad49db62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,6 @@ updates: # Maintain dependencies for maven - 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" schedule: interval: "weekly" labels: