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 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:
- '*'