Skip to content

Commit

Permalink
Booth are required
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 6, 2023
1 parent 2dccf72 commit aa97215
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
groupName: 'batik',
automerge: true,
},
/** Disable upgrade of the checkstyle and spotbugs */
{
matchPackageNames: ['checkstyle', 'spotbugs'],
matchUpdateTypes: ['major', 'minor'],
enabled: false,
},
{
matchPackagePrefixes: ['com.puppycrawl.tools:checkstyle', 'com.github.spotbugs:spotbugs-'],
matchUpdateTypes: ['major', 'minor'],
Expand Down

0 comments on commit aa97215

Please sign in to comment.