Skip to content

Commit 4b3cfce

Browse files
authored
chore: Configure dependabot to avoid upgrading WIX to 6+. (#3090)
1 parent a11c502 commit 4b3cfce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ updates:
3636
nuget-agent:
3737
patterns:
3838
- "*"
39+
ignore:
40+
- dependency-name: "WixToolset*"
41+
versions: [ ">=6.0.0" ] # WIX 6.0+ requires payment for commerical projects, avoiding upgrade for now
3942

4043
# Update a specific set of packages for unit and integration tests
4144
- package-ecosystem: nuget

0 commit comments

Comments
 (0)