chore(renovate): only run if renovate workflow changed

(cherry picked from commit 2eeb2fcd35)
This commit is contained in:
Michael Kriese 2024-11-08 13:05:43 +01:00 committed by forgejo-backport-action
parent 08396d566b
commit c0113bfbbe

View file

@ -8,7 +8,9 @@ name: renovate
on:
push:
branches:
- 'renovate/**' # self-test updates
- renovate/** # self-test updates
paths:
- .forgejo/workflows/renovate.yml
schedule:
- cron: '0 0/2 * * *'
workflow_dispatch: