diff --git a/.github/renovate.json b/.github/renovate.json index 9cb716426..1b653e3bb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -97,7 +97,7 @@ "automergeType": "branch" }, { - "description": "Automerge updates of the self-hosted Renovate runner (via branch push - no PR)", + "description": "Automerge updates of the self-hosted Renovate runner (via branch push - no PR). Monthly, since upstream releases several times a day and staying on the very latest version brings little benefit.", "matchManagers": [ "custom.regex" ], @@ -105,6 +105,9 @@ "matrix-renovate-runner" ], "allowedVersions": "!/^44\\.64\\.0$/", + "schedule": [ + "* 0-5 1 * *" + ], "automerge": true, "automergeType": "branch" },