mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Dependabot config update (#9399)
This commit is contained in:
parent
1668d47b2f
commit
974749e9f4
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
@ -1,14 +1,20 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: '/packages/puppeteer-core'
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 3
|
time: '00:00'
|
||||||
|
timezone: 'Europe/Berlin'
|
||||||
|
open-pull-requests-limit: 1
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: 'production'
|
- dependency-type: 'production'
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: npm
|
||||||
directory: '/'
|
directory: '/packages/puppeteer'
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 2
|
time: '00:00'
|
||||||
|
timezone: 'Europe/Berlin'
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
allow:
|
||||||
|
- dependency-type: 'production'
|
||||||
|
Loading…
Reference in New Issue
Block a user