Skip to content

Commit 7a095c6

Browse files
authored
chore: add chrome devtools to a separate group (#534)
1 parent 39eac90 commit 7a095c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ updates:
2323
- 'core-js'
2424
patterns:
2525
- '*'
26+
# breaks often so better to roll separetely.
27+
bundled-devtools:
28+
patterns:
29+
- 'chrome-devtools-frontend'
2630
bundled:
2731
patterns:
2832
- 'puppeteer*'
29-
- 'chrome-devtools-frontend'
3033
- '@modelcontextprotocol/sdk'
3134
- 'yargs'
3235
- 'debug'

0 commit comments

Comments
 (0)