run renovate

This commit is contained in:
Brandon Egger 2024-05-16 17:18:39 -05:00
parent a5397bf2b5
commit 2199045044
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: 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" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # token for "renovate" user

View File

@ -1,5 +1,5 @@
module.exports = { 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>", "gitAuthor": "Renovate Bot <renovate-bot@brandonegger.com>",
"platform": "gitea", "platform": "gitea",
"onboardingConfigFileName": "renovate.json", "onboardingConfigFileName": "renovate.json",