Skip to content

Commit b560ff3

Browse files
committed
Fix update-types
1 parent 1255b4c commit b560ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ updates:
1313
azure-dependencies:
1414
patterns:
1515
- "Azure.*"
16-
update-types: "major"
16+
update-types: ["major", "minor", "patch"]
1717
dotnet-dependencies:
1818
patterns:
1919
- "Microsoft.Extensions.*"
2020
- "System.*"
21-
update-types: "minor"
21+
update-types: ["minor", "patch"]
2222
test-dependencies:
2323
patterns:
2424
- "xunit.*"
2525
- "Microsoft.NET.Test.SDK"
2626
- "MinVer"
27-
update-types: "major"
27+
update-types: ["major", "minor", "patch"]
2828
third-party-dependencies:
2929
patterns:
3030
- "XenoAtom.*"
31-
update-types: "major"
31+
update-types: ["major", "minor", "patch"]

0 commit comments

Comments
 (0)