Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00

chore(renovate): only run if renovate workflow changed

This commit is contained in:
Michael Kriese 2024-11-08 13:05:43 +01:00
parent 765405ea2a
commit 2eeb2fcd35
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

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: