Skip to content

Commit

Permalink
Merge pull request #5763 from yersan/WFCORE-6599
Browse files Browse the repository at this point in the history
[WFCORE-6599] Configure dependabot Maven repos and allow 8 open PRs
  • Loading branch information
jamezp authored Nov 13, 2023
2 parents af76351 + 272e9a8 commit 06936c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2/
jboss-public-repository-group:
type: maven-repository
url: https://repository.jboss.org/nexus/content/groups/public/
updates:
- package-ecosystem: "maven"
directory: "/"
Expand All @@ -11,7 +18,10 @@ updates:
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
rebase-strategy: "disabled"
open-pull-requests-limit: 5
open-pull-requests-limit: 8
registries:
- maven-central
- jboss-public-repository-group
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
Expand Down

0 comments on commit 06936c7

Please sign in to comment.