Skip to content

Commit e4054bf

Browse files
ci: fix Dependabot and Puppeteer
1 parent 9b4cd8e commit e4054bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ updates:
1010
groups:
1111
dependencies:
1212
dependency-type: production
13+
exclude-patterns:
14+
- 'puppeteer*'
1315
patterns:
1416
- '*'
1517
dev-dependencies:
1618
dependency-type: development
19+
exclude-patterns:
20+
- 'puppeteer*'
1721
patterns:
1822
- '*'
23+
puppeteer:
24+
dependency-type: development
25+
patterns:
26+
- 'puppeteer*'
1927
- package-ecosystem: github-actions
2028
directory: /
2129
schedule:

0 commit comments

Comments
 (0)