Skip to content

Commit bc81582

Browse files
authored
ci: create separate devDependency PRs for puppeteer and chrome-devtools-frontend (#448)
1 parent 68fc890 commit bc81582

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ updates:
1010
groups:
1111
dependencies:
1212
dependency-type: production
13-
exclude-patterns:
14-
- 'puppeteer*'
15-
- 'chrome-devtools-frontend'
1613
patterns:
1714
- '*'
1815
dev-dependencies:
1916
dependency-type: development
2017
exclude-patterns:
2118
- 'puppeteer*'
19+
- 'chrome-devtools-frontend'
2220
patterns:
2321
- '*'
2422
puppeteer:

0 commit comments

Comments
 (0)