szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
212 stars 57 forks source link

Upgrade to GitHub-native Dependabot #268

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.

Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request updates your config file to the new syntax. When merged, we'll swap out dependabot-preview (me) for a new dependabot app, and you'll be all set!

With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.

If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.

Learn more about migrating to GitHub-native Dependabot

Please note that regular @dependabot commands do not work on this pull request.

dependabot-preview[bot] commented 3 years ago

As a reminder, Dependabot Preview will be shut down on August 3rd, 2021. You can merge this pull request to migrate to GitHub-native Dependabot. You can read the docs to learn more about what's changing, as well as find out how to get support if you need help migrating.

valery1707 commented 1 year ago

Refers to #312

Vampire commented 1 year ago

Or consider using Renovate instead. While I avoid either, I heard Renovate is better. :-)

szpak commented 1 year ago

Or consider using Renovate instead. While I avoid either, I heard Renovate is better. :-)

I personally also prefer Renovate (although the group update feature seems to progress), so probably it will be Renovate. However, as the CD process requires the maven plugin which was removed in Gradle 7, not all upgrades are possible, so I plan to wait with Renovate until the releasing with the modern Gradle versions is supported :-/

Vampire commented 1 year ago

You should probably update your CD process then. :-D

szpak commented 1 year ago

You should probably update your CD process then. :-D

It uses a plugin I wrote many years ago (and I has abandoned in the meantime), so it is not a one night job to get the same level of automation with the new publishing (at least not for me ;-)).