diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a70c6289d..0e8497d4f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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, + }, ], }