diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index e336ac1..e09e72c 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -4,6 +4,9 @@ on: push: branches: - main + pull_request: + branches: + - 'renovate/**' schedule: - cron: "*/30 * * * *"