chore(renovate): only run if renovate workflow changed
(cherry picked from commit 2eeb2fcd35
)
This commit is contained in:
parent
a2d5560782
commit
2cba5eadb1
|
@ -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 * * * *'
|
||||
|
||||
|
|
Loading…
Reference in New Issue