Skip to content

Commit 7f1e06f

Browse files
authored
Update dependabot.yml
1 parent 728129c commit 7f1e06f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
prod-dependencies:
14+
dependency-type: "production"
15+
dev-dependencies:
16+
dependency-type: "development"
17+
ignore:
18+
- dependency-name: "*"
19+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)