We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4cd8e commit 2ad061dCopy full SHA for 2ad061d
1 file changed
.github/dependabot.yml
@@ -10,12 +10,19 @@ updates:
10
groups:
11
dependencies:
12
dependency-type: production
13
+ exclude-patterns:
14
+ - 'puppeteer*'
15
patterns:
16
- '*'
17
dev-dependencies:
18
dependency-type: development
19
20
21
22
23
+ puppeteer:
24
+ patterns:
25
26
- package-ecosystem: github-actions
27
directory: /
28
schedule:
0 commit comments