This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 7abe54e8cb3 Prevent plugin com.diffplug.spotless  updating (branch_9x) 
(#4859)
7abe54e8cb3 is described below

commit 7abe54e8cb33f441c2595b9f46d521a4cbfb7e33
Author: Solr Bot <[email protected]>
AuthorDate: Thu Sep 3 12:50:49 2026 +0200

    Prevent plugin com.diffplug.spotless  updating (branch_9x) (#4859)
    
    Co-authored-by: Eric Pugh <[email protected]>
---
 .github/renovate.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 4b0880785a3..0d226185bd9 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -47,7 +47,7 @@
     },
     {
       "description": "Keep com.diffplug.spotless on the 7.x line on branch_9x; 
8.0.0 bumps the required Java to 17.",
-      "matchPackageNames": ["com.diffplug.spotless"],
+      "matchDepNames": ["com.diffplug.spotless"],
       "allowedVersions": "<8.0.0"
     },
     {

Reply via email to