We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11c502 commit 4b3cfceCopy full SHA for 4b3cfce
1 file changed
.github/dependabot.yml
@@ -36,6 +36,9 @@ updates:
36
nuget-agent:
37
patterns:
38
- "*"
39
+ ignore:
40
+ - dependency-name: "WixToolset*"
41
+ versions: [ ">=6.0.0" ] # WIX 6.0+ requires payment for commerical projects, avoiding upgrade for now
42
43
# Update a specific set of packages for unit and integration tests
44
- package-ecosystem: nuget
0 commit comments