Skip to content

Commit f72f267

Browse files
authored
Update Dependabot configuration for JS dependencies (#477)
Removed limit on opening PRs for JS dependencies and added npm update group.
1 parent f30ee5b commit f72f267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ updates:
4040
schedule:
4141
# Check for new versions daily
4242
interval: daily
43-
# Don't open PRs for JS dependencies for now, as we don't have any
44-
# way of testing them
45-
open-pull-requests-limit: 0
43+
groups:
44+
npm-updates:
45+
patterns: ["*"]
4646
labels:
4747
- automation
4848
- javascript

0 commit comments

Comments
 (0)