From b7005555c70b098dcdca1b1e32c95e5af6cec01c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 07:24:54 +0000 Subject: [PATCH] Added push trigger for master branch in Renovate workflow to enhance automation on code updates. --- .gitea/workflows/renovate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 23c8b62..2d6bc46 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -1,5 +1,7 @@ name: RenovateBot on: + push: + branches: [master] schedule: - cron: "@daily"