Compare commits
6 Commits
89602e6afe
...
main
Author | SHA1 | Date | |
---|---|---|---|
8410909f04 | |||
af55f7a4bc | |||
879cb031a9 | |||
d28d72bdb0 | |||
ca29fe2763 | |||
fc52aca03d |
@@ -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 4 * * 3,6" # “At 04:00 on Wednesday and Saturday.”
|
||||||
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
|
||||||
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:40.26.1
|
container: ghcr.io/renovatebot/renovate:41.43.4
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
@@ -21,3 +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 }}
|
||||||
|
RENOVATE_GITHUB_COM_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }}
|
Reference in New Issue
Block a user