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
@maxxboehme As an alternative, consider Renovate. NI has been using Renovate on both GitHub and Azure DevOps repos.
I have personally used Renovate on the measurement-plugin-python, measurement-plugin-labview, and ni-apis repos. Here' s the config I've been using with one of those: https://github.com/ni/measurement-plugin-python/blob/main/.github/renovate.json . It's not perfect in terms of PR churn, but it has been keeping dependencies up to date.
There was a presentation about Renovate at NI Tech this year. It's worth checking out.
We should consider enable and configure Dependabot version updates -
Settings -> Code security -> enable and configure "Dependabot version updates"
The dependabot can open pull requests automatically to keep our dependencies up-to-date when new versions are available.
See https://github.com/ni/adas-replay-hil-internal/pull/1102 as an example.
AB#2904026
The text was updated successfully, but these errors were encountered: