Run Dependabot daily to reduce weekly PRs (#21480)
This commit is contained in:
parent
1a7b4cb1ce
commit
7ef46d201e
1 changed files with 9 additions and 6 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
@ -5,16 +5,18 @@ updates:
|
|||
open-pull-requests-limit: 999
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
interval: daily
|
||||
time: 00:00
|
||||
timezone: Etc/GMT
|
||||
labels:
|
||||
- area/dependencies
|
||||
- area/ci
|
||||
- package-ecosystem: npm
|
||||
directory: /themes/src/main/resources/theme/keycloak/common/resources
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
interval: daily
|
||||
time: 00:00
|
||||
timezone: Etc/GMT
|
||||
open-pull-requests-limit: 999
|
||||
rebase-strategy: disabled
|
||||
labels:
|
||||
|
@ -30,8 +32,9 @@ updates:
|
|||
rebase-strategy: disabled
|
||||
versioning-strategy: increase
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
interval: daily
|
||||
time: 00:00
|
||||
timezone: Etc/GMT
|
||||
labels:
|
||||
- area/dependencies
|
||||
- team/ui
|
||||
|
|
Loading…
Reference in a new issue