We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7de7a + 69baf79 commit b006b20Copy full SHA for b006b20
.github/dependabot.yml
@@ -9,8 +9,20 @@ updates:
9
directory: "/"
10
schedule:
11
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"
22
ignore:
23
- dependency-name: "System.*"
24
update-types: ["version-update:semver-major"]
25
- dependency-name: "Microsoft.Extensions.*"
26
27
+ - dependency-name: "Microsoft.Bcl.*"
28
+ update-types: ["version-update:semver-major"]
0 commit comments