Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
917 stars 187 forks source link

Automate Package Dependency Updates #951

Open seantleonard opened 1 year ago

seantleonard commented 1 year ago

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:

seantleonard commented 5 months ago

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.