chore: Revert Dependabot config (#9411)

This commit is contained in:
Nikolay Vitkov 2022-12-14 09:58:57 +01:00 committed by GitHub
parent e986660d36
commit 28cedac784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/packages/puppeteer-core'
directory: '/'
schedule:
interval: daily
time: '00:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 1
allow:
- dependency-type: 'production'
- package-ecosystem: npm
directory: '/packages/puppeteer'
schedule:
interval: daily
time: '00:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 1
open-pull-requests-limit: 2
allow:
- dependency-type: 'production'
ignore:
- dependency-name: 'devtools-protocol'