Skip to content
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

Add renovate #2923

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add renovate #2923

wants to merge 1 commit into from

Conversation

LecrisUT
Copy link
Contributor

@LecrisUT LecrisUT commented May 9, 2024

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:

  • group dependencies. Can even group across different systems, e.g. github-action + pre-commit
  • reuse of PR/issues
  • flexibility and configurability. This is just a basic configuration file, there are much more that can be configured here.

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.

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
"separateMajorMinor": false,
"extends": [
"config:recommended",
":dependencyDashboard",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is optional, a similar interface is available at the developer page. https://developer.mend.io/github/LecrisUT/tmt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant