Skip to content

Commit c3a9efc

Browse files
authored
Update dependabot config
Change the exclusion for the gradle build to ignore only org.springframework patch dependencies. This allows dependabot to pickup the patch versions from io.spring.dependency-management.
1 parent a5ce032 commit c3a9efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ updates:
2121
- "/initial"
2222
- "/complete"
2323
ignore:
24-
- dependency-name: "*"
24+
- dependency-name: "org.springframework.*"
2525
update-types: ["version-update:semver-patch"]
2626
schedule:
2727
interval: "monthly"

0 commit comments

Comments
 (0)