Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz authored Feb 3, 2024
1 parent 4af5c08 commit d07a8ce
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ updates:
groups:
protobuf-plugins:
patterns:
- "os-maven-plugin"
- "maven-dependency-plugin"
- "build-helper-maven-plugin"
- "protobuf-maven-plugin"
- "os-maven-plugin*"
- "maven-dependency-plugin*"
- "build-helper-maven-plugin*"
- "protobuf-maven-plugin*"
standard-plugins:
patterns:
- "flatten-maven-plugin"
- "maven-surefire-plugin"
- "maven-failsafe-plugin"
- "maven-source-plugin"
- "maven-replacer-plugin"
- "maven-javadoc-plugin"
- "flatten-maven-plugin*"
- "maven-surefire-plugin*"
- "maven-failsafe-plugin*"
- "maven-source-plugin*"
- "maven-replacer-plugin*"
- "maven-javadoc-plugin*"
dependencies:
patterns:
- "taskit-protobuf"
- "gcm"
- "protoc"
- "taskit-protobuf*"
- "gcm*"
- "protoc*"
test-dependencies:
patterns:
- "jacoco-maven-plugin"
- "junit-jupiter-engine"
- "jacoco-maven-plugin*"
- "junit-jupiter-engine*"

0 comments on commit d07a8ce

Please sign in to comment.