Skip to content

Commit f14a40c

Browse files
committed
allowing dependabot to provide major updates
1 parent e006496 commit f14a40c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
ignore:
8-
- dependency-name: "Microsoft.*"
9-
update-types:
10-
- "version-update:semver-major"
11-
- dependency-name: "System.*"
12-
update-types:
13-
- "version-update:semver-major"
147
groups:
158
# Core Packages (Microsoft. / System.) shall be grouped together
169
core-packages:
1710
patterns:
1811
- "Microsoft.*"
1912
- "System.*"
20-
update-types:
21-
- "minor"
22-
- "patch"
2313
# Serilog packages shall be grouped together
2414
serilog:
2515
patterns:

0 commit comments

Comments
 (0)