From 9ea2ea24193bbf4d112c2531ac7d9b9c121d8171 Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Sun, 26 Jul 2026 14:23:05 +0200 Subject: [PATCH] :bento: renovate every day --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f7366ca..9a29930 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -1,6 +1,6 @@ name: Renovate -# Self-hosted Renovate: opens dependency-update PRs on a weekly schedule. +# Self-hosted Renovate: opens dependency-update PRs on a daily schedule. # Config lives in /renovate.json. Requires a repo/org secret RENOVATE_TOKEN # (a PAT with `repo` + `workflow` scope, or a fine-grained token with # contents:write + pull-requests:write) so Renovate can push branches and open @@ -8,7 +8,7 @@ name: Renovate on: schedule: - - cron: "0 4 * * 1" # every Monday at 04:00 UTC + - cron: "0 4 * * *" # every day at 04:00 UTC workflow_dispatch: inputs: logLevel: