-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Use renovate for automatic dependency updates #33386
Comments
Yup, that's the problem ..... too noisy and there will be a lot of "dependency-only commits". I think most current maintainers prefer to keep current "manually update dependency" at the moment. |
Some more backgrounds: there are so many dependencies, so it's really difficult to figure out every change in them. For example: Rocky Linux 9 (Fedora 34) cannot recognize the signature added by Gitea #33296 Even if we could have something like "renovate" to propose dependency updates one by one, without full understanding of every line of changed code, it's impossible to know that there is a breaking change in |
A low-frequency pull request schedule could be considered, such as allowing one PR every two weeks. |
I feel like introducing a updater tool would introduce a bad culture of blindly merging these PRs, especially if they come too frequent. I'd say at minimum we want one PR every 2-4 weeks. |
So as a start, I suggest configuring a bot that raises PRs to update the golang dependencies in |
Feature Description
Filing this as follow up to my question on discord. It's not for gitea but for this repository.
At the very least I think it might help track dependencies and when they get version updates which are of some interest - at the cost of the noise in PRs.
Screenshots
No response
The text was updated successfully, but these errors were encountered: