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
Now that all our packages are up to date in our tools, with all the tests passing, we could save ourselves some ongoing work by using Dependabot.
I recommend a configuration similar to that used in [dotnet/docs]: An action runs as a cron job that opens a single PR per solution when one of the dependencies has an updated, released, package.
Our CI job would ensure the tools build with the updated package, and our tests (minimal though they are), all pass.
The text was updated successfully, but these errors were encountered:
Now that all our packages are up to date in our tools, with all the tests passing, we could save ourselves some ongoing work by using Dependabot.
I recommend a configuration similar to that used in [
dotnet/docs
]: An action runs as a cron job that opens a single PR per solution when one of the dependencies has an updated, released, package.Our CI job would ensure the tools build with the updated package, and our tests (minimal though they are), all pass.
The text was updated successfully, but these errors were encountered: