Skip to content

Commit 1fe7e59

Browse files
authored
chore(ui): Group sentry js dependencies in dependabot (#93885)
@sentry/webpack and stuff isn't really what we're looking to update as a group. Opening those as individual prs is better.
1 parent 7cc0623 commit 1fe7e59

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
@@ -20,7 +20,10 @@ updates:
2020
- '@babel/*'
2121
sentry-dependencies:
2222
patterns:
23-
- '@sentry/*'
23+
- '@sentry/core'
24+
- '@sentry/node'
25+
- '@sentry/react'
26+
- '@sentry/profiling-node'
2427
spectrum-dependencies:
2528
patterns:
2629
- '@react-stately/*'

0 commit comments

Comments
 (0)