aureq / cert-manager-webhook-ovh

OVH Webhook for Cert Manager
https://aureq.github.io/cert-manager-webhook-ovh/
Apache License 2.0
80 stars 14 forks source link

Add renovate bot #3

Closed TartanLeGrand closed 1 year ago

TartanLeGrand commented 2 years ago

Add renovate bot for the upgrade of this project. 😄

Ref: https://github.com/renovatebot/github-action

aureq commented 2 years ago

Do you have an example of what renovatebot output looks like for a Go based project? What are the advantages over dependabot?

TartanLeGrand commented 2 years ago

Renovate can:

We can have more control over our configuration, PRs are cool to manage, linked to PR testing we can reduce the risk of updates.

It can aggregate several updates in one PR and that's cool to save time.

It's free instead of dependanbot, it's cool for free opensource. 😄