ci: update renovate action
This commit is contained in:
parent
1914e51aff
commit
abfe217807
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ name: renovate
|
|||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: [".forgejo/workflows/renovate.yaml"]
|
||||
paths:
|
||||
- ".forgejo/workflows/renovate.yaml"
|
||||
- "renovate.json"
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
|
|
|||
Reference in a new issue