Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
robertmcnees authored Jun 12, 2024
1 parent 52e64d8 commit e0a5108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
- package-ecosystem: "gradle"
directory: "/initial/"
ignore:
- dependency-name: "*"
- dependency-name: "org.springframework.*"
update-types: ["version-update:semver-patch"]
schedule:
interval: "monthly"
Expand All @@ -30,7 +30,7 @@ updates:
- package-ecosystem: "gradle"
directory: "/complete/"
ignore:
- dependency-name: "*"
- dependency-name: "org.springframework.*"
update-types: ["version-update:semver-patch"]
schedule:
interval: "monthly"
Expand Down

0 comments on commit e0a5108

Please sign in to comment.