From 5842a85640b45213c078ce57f97a2f3d01a011bc Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Tue, 13 Feb 2024 10:47:47 -0300 Subject: [PATCH] Ignore spring-io/* and spring-security-release-tools/* for github-actions updates --- .github/dependabot.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.template.yml b/.github/dependabot.template.yml index 564fecff69..20976085e8 100644 --- a/.github/dependabot.template.yml +++ b/.github/dependabot.template.yml @@ -37,3 +37,5 @@ updates: interval: weekly ignore: - dependency-name: "sjohnr/*" + - dependency-name: "spring-io/*" + - dependency-name: "spring-security-release-tools/*"