We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ba0d commit 323a063Copy full SHA for 323a063
1 file changed
.github/dependabot.yml
@@ -12,6 +12,7 @@ updates:
12
dependency-type: production
13
exclude-patterns:
14
- 'puppeteer*'
15
+ - 'chrome-devtools-frontend'
16
patterns:
17
- '*'
18
dev-dependencies:
@@ -23,6 +24,9 @@ updates:
23
24
puppeteer:
25
26
27
+ chrome-devtools-frontend:
28
+ patterns:
29
30
- package-ecosystem: github-actions
31
directory: /
32
schedule:
0 commit comments