Renovate Question

25 views
Skip to first unread message

Alex Earl

unread,
Jun 3, 2026, 5:22:39 PM (2 days ago) Jun 3
to Jenkins Developer List
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?

Thanks!

Alex

Mark Waite

unread,
Jun 3, 2026, 5:39:46 PM (2 days ago) Jun 3
to jenkin...@googlegroups.com
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

Alex Earl

unread,
Jun 3, 2026, 8:03:20 PM (2 days ago) Jun 3
to jenkin...@googlegroups.com
I guess that is as good as anything! 

Thanks Mark!

Alex

--
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.

Jesse Glick

unread,
Jun 3, 2026, 8:17:34 PM (2 days ago) Jun 3
to jenkin...@googlegroups.com
On Wed, Jun 3, 2026 at 5:39 PM Mark Waite <mark.ea...@gmail.com> wrote:
I fetch the failing pull request locally (gh pr checkout xxx), run `mvn spotless:apply`, commit the change, and push it with `git push`.

Same. If the diff is more than a few hunks long, I recommend adding it to `.git-blame-ignore-revs`. 

CONFIDENTIALITY NOTICE: This email and any attachments contain confidential and proprietary information of CloudBees intended only for the named recipient(s). Unauthorized use or distribution is prohibited. If you received this in error, please notify the sender and delete this email.

Tim Jacomb

unread,
Jun 4, 2026, 10:59:09 AM (2 days ago) Jun 4
to jenkin...@googlegroups.com
You can also assign it to copilot / tell pass it the error message and it can fix these sort of things.

Only works on origin PRs - which renovate does.

--
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.
Reply all
Reply to author
Forward
0 new messages