diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b8278a48d..a8b4df0b1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -80,7 +80,7 @@ groupName: 'CI dependencies', automerge: true, }, - /** 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]+$/', '/release_.*/'], minimumReleaseAge: '7 days',