Skip to content

Commit

Permalink
Group checkstyle and spodbug updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 4, 2023
1 parent c6b0af5 commit ad613bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
groupName: 'batik',
automerge: true,
},
/** Disable upgrade of the checkstyle and spotbugs */
/** Use dependencyDashboardApproval of the checkstyle and spotbugs */
{
matchPackageNames: ['checkstyle', 'spotbugs'],
matchUpdateTypes: ['major', 'minor'],
Expand All @@ -122,6 +122,15 @@
matchUpdateTypes: ['major', 'minor'],
dependencyDashboardApproval: true,
},
/** Groupe the checkstyle and spotbugs */
{
matchPackagePrefixes: ['com.puppycrawl.tools:checkstyle', 'checkstyle'],
groupName: 'checkstyle',
},
{
matchPackagePrefixes: ['com.github.spotbugs:spotbugs-', 'spotbugs'],
groupName: 'spotbugs',
},
/** Accept only the patch on the stabilization branches */
{
matchBaseBranches: ['/3\\..*/'],
Expand Down

0 comments on commit ad613bb

Please sign in to comment.