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

Merge pull request '[v7.0/forgejo] chore(renovate): only run if renovate workflow changed' (#5860) from bp-v7.0/forgejo-2eeb2fc into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5860
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Otto 2024-11-08 12:58:01 +00:00
commit b94044407f

View file

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