From 45eedf5f321b37591e94e7c0f1b89d7ae42b12bd Mon Sep 17 00:00:00 2001 From: Zachary Bischoff <116595361+bischoffz@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:57:35 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0590438..e6f8770 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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*"