Add Dependabot configuration for Maven (#1571)
This commit is contained in:
parent
7105bb9917
commit
01f99b531e
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -15,3 +15,11 @@ updates:
|
|||
update-types: ["version-update:semver-major"]
|
||||
- dependency-name: use-react-router-breadcrumbs
|
||||
update-types: ["version-update:semver-major"]
|
||||
- package-ecosystem: maven
|
||||
directory: keycloak-theme
|
||||
open-pull-requests-limit: 999
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: weekly
|
||||
labels:
|
||||
- area/dependencies
|
||||
|
|
Loading…
Reference in a new issue