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
With the new version of rules_pycross it might not be necessary anymore to run a custom Renovatebot! We just need to generate changesets if the "triggering user" if Renovatebot. What we can also do is always run bazel run //:release_manager.generate within the release step in the CI and pass in the title of the PR to be used as the changeset body!
mvgijssel
changed the title
Ensure renovatebot generates updates as well
Ensure renovatebot generates changesets as well
Feb 21, 2024
Running a command after renovate is done only works with a self-hosted Renovatebot https://docs.renovatebot.com/self-hosted-configuration/#allowpostupgradecommandtemplating.
TODO
bazel run //:release_manager.generate
bazel run //:release_manager.generate
in the BuildBuddy "Release all targets" stepThe text was updated successfully, but these errors were encountered: