Skip to content

Commit

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

0 comments on commit c3a9efc

Please sign in to comment.