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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths: [".forgejo/workflows/renovate.yaml"]
|
paths:
|
||||||
|
- ".forgejo/workflows/renovate.yaml"
|
||||||
|
- "renovate.json"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue