chore: use groups for dependabot (#11126)
This commit is contained in:
parent
91d14c8c86
commit
955dc9cd3c
35
.github/dependabot.yml
vendored
35
.github/dependabot.yml
vendored
@ -1,20 +1,29 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: '/'
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: '08:00'
|
time: '06:00'
|
||||||
timezone: 'Europe/Berlin'
|
timezone: Europe/Berlin
|
||||||
open-pull-requests-limit: 2
|
|
||||||
allow:
|
|
||||||
- dependency-type: 'production'
|
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: 'devtools-protocol'
|
- dependency-name: devtools-protocol
|
||||||
- package-ecosystem: 'github-actions' # Necessary to update action hash
|
groups:
|
||||||
directory: '/'
|
dependencies:
|
||||||
|
dependency-type: production
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
dev-dependencies:
|
||||||
|
dependency-type: development
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: daily
|
||||||
time: '08:00'
|
time: '06:00'
|
||||||
timezone: 'Europe/Berlin'
|
timezone: Europe/Berlin
|
||||||
open-pull-requests-limit: 2
|
groups:
|
||||||
|
all:
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user