-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependabot support #796
Comments
I filed an issue in the dependabot project, as it seems like a better idea for dependabot to support this plugin than the other way around. We'd like dependabot to open upgrde propsal PRs against the |
Along the same lines, supporting Renovate Bot would also be really nice. https://docs.renovatebot.com/java/#gradle Renovate already "supports dependencies whose version is defined in a *.properties file" Sounds like it wouldn't be much of a stretch for them to support this project's |
Issue for renovatebot: renovatebot/renovate#8017 |
Wanted to share progress on Renovate support. I made a PR here renovatebot/renovate#19182 that now works well for my own testing, and is currently being reviewed and considered for merging. Have a look and chime in if you see something that should be corrected. |
Gradle-Consistent-Versions support in Renovatebot was released yesterday in v34.52.0 https://github.com/renovatebot/renovate/releases/tag/34.52.0 To try it out as GitHub app https://github.com/marketplace/renovate or run it from commandline via npm: |
Hey Folks
My team would love to hold onto this plugin as we head towards an automated way of updating dependencies.
Currently, dependabot is being explored because of its native github integration (perhaps even owned by github now?).
I would like to hear some thoughts on this topic. Maybe there is a different tool that has more native support for this plugin?
The text was updated successfully, but these errors were encountered: