vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

Ensure renovatebot generates changesets as well #615

Open mvgijssel opened 7 months ago

mvgijssel commented 7 months ago

Running a command after renovate is done only works with a self-hosted Renovatebot https://docs.renovatebot.com/self-hosted-configuration/#allowpostupgradecommandtemplating.

TODO

mvgijssel commented 5 months ago

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!