-
Notifications
You must be signed in to change notification settings - Fork 5
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
Replace renovate with dependabot #33
Comments
Thanks. Since the project is already tailored for GitHub this might be a good move. And yes, Renovate also updates the gradle (+wrapper) version. |
I just added the dependabot config file in the template. It seem that right now all dependencies are up-to-date except of the testcontainer. |
I have just been thinking about this again and have come to the conclusion that this may not be an exclusive issue. Using dependabot or renovate is probably a personal preference. One prefers to use one over the other. While you already have your "setup project template github action", we could think about extending this to "want to use dependabot, renovate, or nothing". Depending on the choice, we will create either a renovate or a dependabot config file. What do you think? |
OK, overall, I think dependabot is a good choice and, as mentioned before, would be a good fit for the project. |
Right now I don't have the capacity to create a PR for this. Feel free to take over. |
Describe the feature
Instead of using renovate, the template should switch to dependabot.
Why?
Because it reduces the configuration of this template.
Users don't have to install anything.
As soon as a
.github/dependabot.yml
file is present, dependabot is configured and ready to go.I'm not familar with renovate, however, you might lose the ability to update Gradle itself.
As far as I know renovate can handle Gradle updates while dependabot can't.
But this could also be solved by using e.g. the Wrapper-Gradle-Plugin.
Additional information
Final checks
The text was updated successfully, but these errors were encountered: