diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 48e87871..1ab62a16 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -95,7 +95,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',