Skip to content

Commit

Permalink
Exclude spring from build-tools group in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue authored Oct 29, 2024
1 parent 3dbc8ec commit efdd351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ updates:
- "com.google.errorprone:*"
- "com.puppycrawl.tools:checkstyle"
- "org.sonatype.plugins:*"
exclude-patterns:
# Exclude anything from Spring, as that is in a separate group
- "org.springframework.*:*"
update-types:
- "minor"
- "patch"
Expand Down

0 comments on commit efdd351

Please sign in to comment.