chore: use groups for dependabot (#11126)

This commit is contained in:
jrandolf 2023-10-11 14:59:19 +02:00 committed by GitHub
parent 91d14c8c86
commit 955dc9cd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,29 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directory: /
schedule:
interval: daily
time: '08:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 2
allow:
- dependency-type: 'production'
time: '06:00'
timezone: Europe/Berlin
ignore:
- dependency-name: 'devtools-protocol'
- package-ecosystem: 'github-actions' # Necessary to update action hash
directory: '/'
- dependency-name: devtools-protocol
groups:
dependencies:
dependency-type: production
patterns:
- '*'
dev-dependencies:
dependency-type: development
patterns:
- '*'
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
time: '08:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 2
interval: daily
time: '06:00'
timezone: Europe/Berlin
groups:
all:
patterns:
- '*'