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
@nils-a Just adding this to your radar for awareness, but doesn't seem like it's something that is worth fixing in here (and the fix would not be easy to do anyway) - and rather the Cake runner should be fixed instead.
dependabot-cake doesn't have any knowledge of what Cake runner is being used in the repo, so it always suggests updating packages to the latest version available.
Some libraries like NuGet.* are loaded by the Cake runner itself, with pinned version, and if the Cake script tries to load a newer version, it doesn't work - because Cake runner already has the older version loaded.
So now some of my repos are getting PRs from dependabot-cake suggesting bumping NuGet.* libraries, which cannot be merged.
The text was updated successfully, but these errors were encountered:
@nils-a Just adding this to your radar for awareness, but doesn't seem like it's something that is worth fixing in here (and the fix would not be easy to do anyway) - and rather the Cake runner should be fixed instead.
dependabot-cake doesn't have any knowledge of what Cake runner is being used in the repo, so it always suggests updating packages to the latest version available.
Some libraries like NuGet.* are loaded by the Cake runner itself, with pinned version, and if the Cake script tries to load a newer version, it doesn't work - because Cake runner already has the older version loaded.
So now some of my repos are getting PRs from
dependabot-cake
suggesting bumping NuGet.* libraries, which cannot be merged.The text was updated successfully, but these errors were encountered: