Skip to content

Commit

Permalink
chore: Revert Dependabot config (#9411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Dec 14, 2022
1 parent e986660 commit 28cedac
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/dependabot.yml
@@ -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'

0 comments on commit 28cedac

Please sign in to comment.