diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fdeb87c..d14d981 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,9 +7,9 @@ "dependencies", ], schedule: [ - // before 6 am on the first day of the month + // every 3 months on the first day of the month // note that the first slot (minutes) must be '*' - "* 0-5 1 * *", + "* * 1 */3 *", ], lockFileMaintenance: { enabled: true,