From 95beb9b559bd9cc8dd8cbb3fee855c283808cae2 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 25 Jul 2024 09:31:57 +0200 Subject: [PATCH] [ci] feat: run schedule on main branch --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 454bea8..ef3207e 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -7,7 +7,7 @@ on: - cron: '45 6 * * *' push: branches: - - 'master' + - 'main' # jobs jobs: