Skip to content

Commit

Permalink
dependabot config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 16, 2024
1 parent 70b4833 commit 9dd2da8
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand All @@ -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"
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"

0 comments on commit 9dd2da8

Please sign in to comment.