I guess that is as good as anything! Thanks Mark!
Alex On Wed, Jun 3, 2026 at 2:39 PM Mark Waite <[email protected]> wrote: > > > On Wed, Jun 3, 2026 at 3:22 PM Alex Earl wrote: > >> 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? >> >> > I fetch the failing pull request locally (gh pr checkout xxx), run `mvn > spotless:apply`, commit the change, and push it with `git push`. > > It's not automatic, but it works. > > Mark Waite > > -- > 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 [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtFB0w2tzjUdwTAXUQypx2tOURj3xPdopKOsmqbnQi9LHw%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtFB0w2tzjUdwTAXUQypx2tOURj3xPdopKOsmqbnQi9LHw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVevEVfrOOjGoKh2gEEQSH67byhD5oWNh4L7KFtgOSgByA%40mail.gmail.com.
