diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6e68cc32a53..65b7fff50cd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,6 +2,8 @@ schedule: [ 'before 5am on the first day of the month', ], + minimumReleaseAge: "3 days", + internalChecksFilter: "strict", semanticCommits: 'enabled', configMigration: true, dependencyDashboard: true,