Skip to content

Commit

Permalink
Merge pull request #3467 from mapfish/renovate-config
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 a012b04 + d1ad1c4 commit d90c736
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 @@ -158,5 +158,11 @@
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
minimumReleaseAge: '7 days',
},
/** Don't update checkstyle on old branches */
{
matchBaseBranches: ['/^3.2[2-9]$/', '/^3.30$/'],
matchPackageNames: ['checkstyle'],
enabled: false,
},
],
}

0 comments on commit d90c736

Please sign in to comment.