Skip to content

Commit 6259a41

Browse files
cotes2020kimbob13
authored andcommitted
ci: update dependabot settings
1 parent d42810e commit 6259a41

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ version: 2
22
updates:
33
- package-ecosystem: "bundler"
44
directory: "/"
5-
versioning-strategy: increase
6-
groups:
7-
bundler:
8-
dependency-type: "production"
95
schedule:
106
interval: "weekly"
117
- package-ecosystem: "npm"
128
directory: "/"
139
versioning-strategy: increase
1410
groups:
1511
npm:
16-
dependency-type: "development"
12+
update-types:
13+
- "major"
14+
- "minor"
15+
- "patch"
1716
schedule:
1817
interval: "weekly"
1918
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)