Skip to content

Commit e0a5108

Browse files
authored
Update dependabot config
Changed the exclude on Gradle to be specific to org.springframework.*. This will allow patch versions from io.spring.dependency-management to still be included
1 parent 52e64d8 commit e0a5108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
- package-ecosystem: "gradle"
1313
directory: "/initial/"
1414
ignore:
15-
- dependency-name: "*"
15+
- dependency-name: "org.springframework.*"
1616
update-types: ["version-update:semver-patch"]
1717
schedule:
1818
interval: "monthly"
@@ -30,7 +30,7 @@ updates:
3030
- package-ecosystem: "gradle"
3131
directory: "/complete/"
3232
ignore:
33-
- dependency-name: "*"
33+
- dependency-name: "org.springframework.*"
3434
update-types: ["version-update:semver-patch"]
3535
schedule:
3636
interval: "monthly"

0 commit comments

Comments
 (0)