Skip to content

Commit b006b20

Browse files
authored
Update Dependabot configuration (#358)
2 parents bf7de7a + 69baf79 commit b006b20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,20 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
runtime:
14+
applies-to: version-updates
15+
patterns:
16+
- "System.*"
17+
- "Microsoft.Extensions.*"
18+
- "Microsoft.Bcl.*"
19+
update-types:
20+
- "minor"
21+
- "patch"
1222
ignore:
1323
- dependency-name: "System.*"
1424
update-types: ["version-update:semver-major"]
1525
- dependency-name: "Microsoft.Extensions.*"
1626
update-types: ["version-update:semver-major"]
27+
- dependency-name: "Microsoft.Bcl.*"
28+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)