Skip to content

Commit 1424f6b

Browse files
authored
(build) ignore Microsoft.Build updates for 3.1 and 5.0
1 parent f873bb7 commit 1424f6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:
99
schedule:
1010
interval: daily
1111
open-pull-requests-limit: 10
12+
ignore:
13+
- dependency-name: "Microsoft.Build"
14+
versions: ["16.9.0", "16.11.0"]
1215
- package-ecosystem: github-actions
1316
labels:
1417
- "dependencies"

0 commit comments

Comments
 (0)