From 9dd2da86ba9d65cb14e5ff67c3ec899ff3f978e9 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 16 Aug 2024 11:04:04 -0400 Subject: [PATCH] dependabot config fix --- .github/dependabot.yml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c32894f..4e312c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,11 @@ registries: central: type: "maven-repository" url: "https://repo.maven.apache.org/maven2" + github-pcalouche-spring-forge: + type: "maven-repository" + url: "https://maven.pkg.github.com/pcalouche/spring-forge" + username: "${{ secrets.GITHUB_ACTOR }}" + password: "${{ secrets.GITHUB_TOKEN }}" updates: - package-ecosystem: "maven" directory: "/" @@ -12,8 +17,29 @@ updates: interval: "monthly" target-branch: "main" open-pull-requests-limit: 10 + groups: + protos: + patterns: + - org.apache.maven.plugins* - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" - target-branch: "main" \ No newline at end of file + target-branch: "main" +# - package-ecosystem: "maven" +# directory: "/" +# registries: +# - central +# schedule: +# interval: "monthly" +# target-branch: "dependabot-staging-spring33x" +# open-pull-requests-limit: 10 +# groups: +# protos: +# patterns: +# - org.apache.maven.plugins* +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "monthly" +# target-branch: "dependabot-staging-spring33x" \ No newline at end of file