diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 94047f51d..33416a80c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -127,7 +127,7 @@ matchPackageNames: ['shellcheck-py/shellcheck-py'], versioning: 'regex:^v(?\\d+)\\.(?\\d+)\\.(?\\d+)\\.(?\\d+)$', }, - /** For security reason don't takes the too early packages on stabilization branches */ + /** Packages published very recently are not pushed to stabilization branches for security reasons */ { matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'], minimumReleaseAge: '7 days',