From 211ff96dbece799d82409025338ffa82ee8bfbbd Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 6 Jan 2024 12:07:28 -0700 Subject: [PATCH] Exclude custom-folder-icon 2.11 from dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11d836e3c..dc154364f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: ignore: - dependency-name: "org.jenkins-ci.plugins:script-security" versions: ["1310.vf24a_dfce068b"] + - dependency-name: "io.jenkins.plugins:custom-folder-icon" + versions: ["2.11"] schedule: interval: "daily" - package-ecosystem: "github-actions"