mirror of
1
Fork 0

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 a2d5560782
commit 2cba5eadb1
1 changed files with 3 additions and 1 deletions

View File

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