Hi All,I am pretty new to using Renovate for updating dependencies for my plugins. A couple of times when the plugin parent pom is updated with a new Spotless version, the PR from Renovate fails because I have spotless checking enabled in my pom.xml. New versions of Spotless seem to change the recommendations for certain things. Has anyone else run into this and if so, what is your method for handling this situation? Perhaps I have something configured incorrectly?
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtFB0w2tzjUdwTAXUQypx2tOURj3xPdopKOsmqbnQi9LHw%40mail.gmail.com.
I fetch the failing pull request locally (gh pr checkout xxx), run `mvn spotless:apply`, commit the change, and push it with `git push`.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr37xFQ0VUnKWSggOKMMeWxyYAPMFrUgGkYub%2BABiB%2B0fw%40mail.gmail.com.