mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|
||||
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:
|
||||
- '*'
|
||||
|
Loading…
Reference in New Issue
Block a user