Compare commits
9
Commits
a9363d5c76
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a73a6faad1 | ||
|
|
ecbdf2e81c | ||
|
|
1e1c6c6d62 | ||
|
|
4e5302c15a | ||
|
|
1438a26831 | ||
|
|
8ed734b4e6 | ||
|
|
99520e6c38 | ||
|
|
a4cdd0e4ea | ||
|
|
a41100afec |
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
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
|
||||
branches:
|
||||
- main
|
||||
@@ -21,4 +21,4 @@ jobs:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} # optional
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user