Skip to content

Commit f26133f

Browse files
committed
Update dependabot configuration to allow minor and patch updates for npm development and production dependencies
1 parent 5c8fa80 commit f26133f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ updates:
1616
schedule:
1717
interval: 'monthly'
1818
day: 'saturday'
19+
groups:
20+
npm-development:
21+
dependency-type: development
22+
update-types:
23+
- minor
24+
- patch
25+
npm-production:
26+
dependency-type: production
27+
update-types:
28+
- minor
29+
- patch

0 commit comments

Comments
 (0)