Skip to content

Commit dcf4490

Browse files
build: extract bundled in a separate config
1 parent 1560ff2 commit dcf4490

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@ updates:
1717
exclude-patterns:
1818
- 'puppeteer*'
1919
- 'chrome-devtools-frontend'
20+
- '@modelcontextprotocol/sdk'
21+
- 'yargs'
22+
- 'debug'
23+
- 'core-js'
2024
patterns:
2125
- '*'
22-
puppeteer:
26+
bundled:
2327
patterns:
2428
- 'puppeteer*'
25-
chrome-devtools-frontend:
26-
patterns:
2729
- 'chrome-devtools-frontend'
30+
- '@modelcontextprotocol/sdk'
31+
- 'yargs'
32+
- 'debug'
33+
- 'core-js'
2834
- package-ecosystem: github-actions
2935
directory: /
3036
schedule:

0 commit comments

Comments
 (0)