-
Notifications
You must be signed in to change notification settings - Fork 41
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
Configure Renovate #163
Configure Renovate #163
Conversation
da74d91
to
2355985
Compare
which features you means? What are the benefits? |
Me personally prefers the hustle-free automerge capabilities as well as the independence from GitHub (not that it matters too much in this case, but still). Additonally I find it way easier to add version updates in supporting files, e.g. https://github.com/jenkinsci/jenkins/blob/master/.github/renovate.json#L22-L60 or https://github.com/jenkinsci/custom-folder-icon-plugin/blob/main/.github/renovate.json#L27-L34 |
then let it try and we will see |
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.
LGTM
Renovate has been approved :) |
"regexManagers": [ | ||
{ | ||
"fileMatch": [ | ||
".mvn/extensions.xml" |
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.
This is fixed on recent renovate version (renovatebot/renovate#28893)
I confirm it works for self hosted but not aure about the GitHub app
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.
Oh nice, did not know that! Will fix it, thanks for letting me know!
Switch to renovate over dependabot to handle dependency updates.
Eventhough @MarkEWaite is lightning fast when is comes to merging these I personally prefer to use the addtional features of renovate.
Testing done
None.
Submitter checklist