-
Notifications
You must be signed in to change notification settings - Fork 148
Add renovate #2923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add renovate #2923
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it was tab separated, my bad. |
Yep, would make sense to me to have renovate doing the updates to pre-commit as well if it would be implemented for actions and maybee python deps. btw, Fixes #3504 |
No clue, but it wouldn't close the issue. Better to edit the description instead (I just did that 🙂 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would try it, seems nice addition.
Whoa, just noticed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvement! Let's see how it works :)
Also, can we merge #3662 first, in order for the Renovate not to create pull requests for pre-commit hooks? |
Should be fine either way, renovate closes its own PRs if all the changes are merged. If there are leftover changes, it will just rebase itself on top of |
2b28357
to
cb7b8a0
Compare
Signed-off-by: Cristian Le <[email protected]>
cb7b8a0
to
6096b75
Compare
Ok, getting #3662 in first. |
Here is a configuration for adding renovate. It's like
dependabot
but it's far less noisy, allowing to update dependencies when ready instead of whenever dependabot pokes you to do so.The main benefits over dependabot:
For an example, you can check my fork where I've enabled this: LecrisUT#2
To add this the app needs to be installed, and when configuring the settings (403 page because it points to the not-yet configured url), make sure to set it to
Renovate -> Mode -> Interactive
, otherwise PRs are not created.Fixes #3504