Replies: 1 comment 1 reply
-
I'm thinking to set up a scheduled CI workflow for this; e.g. run every two weeks. The workflow/job would run bazel pip resolver and create a new PR if there are changes to the requirements lock file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not directly related to rules_ros2, but since you're playing around with Mend Renovate: I am wondering how to make it work with the requirements_lock.txt so that Python modules are upgraded (and tested in CI) automatically. The issue is that renovate does not understand how to run
//:requirements.update
and instead produces diffs like https://github.com/lalten/rules_appimage/pull/51/filesBeta Was this translation helpful? Give feedback.
All reactions