run renovate
This commit is contained in:
parent
a5397bf2b5
commit
2199045044
@ -15,6 +15,6 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/seatstock/renovate-config/config.js" # replace it with your config.js path
|
||||
RENOVATE_CONFIG_FILE: "/workspace/seatstock/renovate-config/config.js" # config.js path (root of repository)
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # token for "renovate" user
|
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
"endpoint": "https://gitea.brandonegger.com/api/v1", // replace it with your actual endpoint
|
||||
"endpoint": "https://gitea.brandonegger.com/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@brandonegger.com>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user