mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Exclude spring from build-tools group in dependabot.yml
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -24,6 +24,9 @@ updates:
|
|||||||
- "com.google.errorprone:*"
|
- "com.google.errorprone:*"
|
||||||
- "com.puppycrawl.tools:checkstyle"
|
- "com.puppycrawl.tools:checkstyle"
|
||||||
- "org.sonatype.plugins:*"
|
- "org.sonatype.plugins:*"
|
||||||
|
exclude-patterns:
|
||||||
|
# Exclude anything from Spring, as that is in a separate group
|
||||||
|
- "org.springframework.*:*"
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
Reference in New Issue
Block a user