Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/main/org.codehaus.mojo-exec…
Browse files Browse the repository at this point in the history
…-maven-plugin-3.4.1
  • Loading branch information
pcalouche authored Aug 16, 2024
2 parents ba9a2dc + fa952c0 commit 2174496
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,44 @@ 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: "/"
registries:
- central
- github-pcalouche-spring-forge
schedule:
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 2174496

Please sign in to comment.