You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Do not scan the /src/Agent/NewRelic/Agent/Extensions/Providers folder, as those projects intentionally reference old versions of the Nuget packages they instrument.
35
+
# Do not scan the src/Agent/MsiInstaller folder. We are not updating Wix packages to v6.x currently and there are no non-Wix packages referenced there.
35
36
schedule:
36
37
interval: weekly
37
38
commit-message:
@@ -40,9 +41,6 @@ updates:
40
41
nuget-agent:
41
42
patterns:
42
43
- "*"
43
-
ignore:
44
-
- dependency-name: "WixToolset*"
45
-
versions: [ "6.*" ] # WIX 6.0+ requires payment for commerical projects, avoiding upgrade for now
46
44
47
45
# Update a specific set of packages for unit and integration tests
0 commit comments