mirror of
1
Fork 0

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

View File

@ -8,7 +8,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: '0 0/2 * * *' - cron: '0 0/2 * * *'
workflow_dispatch: workflow_dispatch: