Skip to content

Commit 366b585

Browse files
authored
Merge pull request #30 from FrankBurmo/FrankBurmo-patch-1
Refactor Dependabot configuration for update types
2 parents 8b3842a + 9df6bed commit 366b585

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ updates:
55
schedule:
66
interval: "monthly"
77
groups:
8-
all:
9-
patterns:
10-
- "*"
8+
major:
9+
update-types:
10+
- "major"
11+
minor-patch:
12+
update-types:
13+
- "minor"
14+
- "patch"
1115
- package-ecosystem: "github-actions" # See documentation for possible values
1216
directory: "/" # Location of package manifests
1317
schedule:

0 commit comments

Comments
 (0)