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 d07a8ce commit 45eedf5
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,25 @@ updates:
schedule:
interval: "weekly"
target-branch: "dev"
open-pull-requests-limit: 10
groups:
protobuf-plugins:
patterns:
- "os-maven-plugin*"
- "maven-dependency-plugin*"
- "build-helper-maven-plugin*"
- "protobuf-maven-plugin*"
- "kr.motd.maven:os-maven-plugin"
- "org.apache.maven.plugins:maven-dependency-plugin"
- "org.codehaus.mojo:build-helper-maven-plugin"
- "org.xolstice.maven.plugins:protobuf-maven-plugin"
standard-plugins:
patterns:
- "flatten-maven-plugin*"
- "maven-surefire-plugin*"
- "maven-failsafe-plugin*"
- "maven-source-plugin*"
- "maven-replacer-plugin*"
- "maven-javadoc-plugin*"
- "org.codehaus.mojo:flatten-maven-plugin"
- "org.apache.maven.plugins*"
- "com.google.code.maven-replacer-plugin:maven-replacer-plugin"
dependencies:
patterns:
- "taskit-protobuf*"
- "gcm*"
- "protoc*"
- "gov.hhs.aspr.ms.taskit:taskit-protobuf"
- "gov.hhs.aspr.ms:gcm"
- "com.google.protobuf:protoc"
test-dependencies:
patterns:
- "jacoco-maven-plugin*"
- "junit-jupiter-engine*"
- "org.jacoco*"
- "org.junit.jupiter*"

0 comments on commit 45eedf5

Please sign in to comment.