Skip to content

Commit 2ad061d

Browse files
ci: fix Dependabot and Puppeteer (#289)
We use both Puppeteer and Puppeteer-Core so we need to keep them in sync else their types will have issue and not work correctly.
1 parent 9b4cd8e commit 2ad061d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ 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+
patterns:
25+
- 'puppeteer*'
1926
- package-ecosystem: github-actions
2027
directory: /
2128
schedule:

0 commit comments

Comments
 (0)