Compare commits
7
Commits
a4cdd0e4ea
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a73a6faad1 | ||
|
|
ecbdf2e81c | ||
|
|
1e1c6c6d62 | ||
|
|
4e5302c15a | ||
|
|
1438a26831 | ||
|
|
8ed734b4e6 | ||
|
|
99520e6c38 |
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
|
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
|
||||||
- cron: "0 12 * * *"
|
- cron: "0 10 * * *"
|
||||||
push: # runs this workflow when pushes to the main branch are made
|
push: # runs this workflow when pushes to the main branch are made
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -21,4 +21,4 @@ jobs:
|
|||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional
|
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} # optional
|
||||||
Reference in New Issue
Block a user