1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-23 08:47:42 -05:00

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

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 * * * *'