Skip to content

Commit 323a063

Browse files
authored
ci: extract devtools frontend to a separate group (#353)
1 parent e83ba0d commit 323a063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ updates:
1212
dependency-type: production
1313
exclude-patterns:
1414
- 'puppeteer*'
15+
- 'chrome-devtools-frontend'
1516
patterns:
1617
- '*'
1718
dev-dependencies:
@@ -23,6 +24,9 @@ updates:
2324
puppeteer:
2425
patterns:
2526
- 'puppeteer*'
27+
chrome-devtools-frontend:
28+
patterns:
29+
- 'chrome-devtools-frontend'
2630
- package-ecosystem: github-actions
2731
directory: /
2832
schedule:

0 commit comments

Comments
 (0)