Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-6599] Configure dependabot Maven repos and allow 8 open PRs #5763

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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