From a687bdbb102dfb6804e488f8bc7c795c4085220b Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 1 Dec 2022 17:21:03 -0500 Subject: [PATCH] Ignore `plugin-pom` updates for now after https://github.com/jenkinsci/plugin-pom/pull/478 https://github.com/jenkinsci/bom/pull/1616#issuecomment-1334516491 --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 309ee92ab..f129d54e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,3 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "maven" @@ -9,6 +7,9 @@ updates: - "jglick" schedule: interval: "daily" + ignore: + # TODO until 2.332.x & 2.346.x dropped + - dependency-name: org.jenkins-ci.plugins:plugin - package-ecosystem: "maven" open-pull-requests-limit: 25 directory: "/bom-weekly"