ci: add renovate configuration#122
Conversation
Signed-off-by: Simon Lauger <simon@lauger.de>
|
idk if Renovate is already enabled for this repository - @bastelfreak? FYI @jay7x |
|
Shall we disable dependabot then also? |
|
I considered removing dependabot directly, but first I wanted to see if Renovate actually creates MRs. |
|
As I see here |
|
Maybe we can grant the mend app access to the whole organization? In that case we would just need to add a |
|
why back to renovate? |
Sorry, the notification for this slipped through. Dependabot handles some basics like Go module updates, but it doesn't cover all cases. For example, it can't track the Go version used in workflow files (e.g. go-version in The Renovate config in this PR also groups Go module updates into a single PR instead of creating one per dependency, which reduces noise quite a bit. Other voxpupuli repos are also moving forward to Renovate. |
Add renovate for automated dependency management.
Related: #118 #120