From b84fb08f3e053797b204614434906e3bcc35f87d Mon Sep 17 00:00:00 2001 From: Yeikel Santana Date: Mon, 24 Nov 2025 17:50:48 -0500 Subject: [PATCH] Update dependabot.yml to adjust exclude patterns Removed excluded patterns for direct dependencies. --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb0a26569..0dfbd1180 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,9 +25,6 @@ updates: update-types: - "patch" - "minor" - exclude-patterns: - - "org.springframework.boot:*" - - "io.spring.dependency-management" other-dependencies: exclude-patterns: - "org.springframework.boot:*"