data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Automate Package Dependency Updates

Open seantleonard opened this issue 3 years ago • 1 comments

As a follow up to the improvements from the PR addressing #948 and Ani's suggestion, we could add automated dependency upgrades (minor/patch versions to start with).

We can use GitHub's Dependabot if compatible with our private NuGet feed: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates

Local tooling possibilities:

  • https://github.com/dotnet-outdated/dotnet-outdated

seantleonard avatar Nov 04 '22 21:11 seantleonard

This seems to become a need every patch tuesday because the upstream feed needs to be updated with latest dependencies to not fail nuget restore.

seantleonard avatar May 14 '24 22:05 seantleonard