Skip to content

Commit

Permalink
Merge pull request #3468 from mapfish/sbrunner-patch-1
Browse files Browse the repository at this point in the history
Don't update checkstyle on old branches
  • Loading branch information
sbrunner authored Oct 2, 2024
2 parents d90c736 + 342eed9 commit 3473c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
/** Don't update checkstyle on old branches */
{
matchBaseBranches: ['/^3.2[2-9]$/', '/^3.30$/'],
matchPackageNames: ['checkstyle'],
matchPackageNames: ['com.puppycrawl.tools:checkstyle', 'checkstyle'],
enabled: false,
},
],
Expand Down

0 comments on commit 3473c29

Please sign in to comment.