Update Renovate configuration by removing 'githubTokenWarn' and adding 'RENOVATE_GITHUB_COM_TOKEN' for improved token management in Gitea workflows.
All checks were successful
CI / test (push) Successful in 16s
RenovateBot / renovate (push) Successful in 1m3s

This commit is contained in:
Valentin Popov 2025-05-23 11:45:24 +00:00
parent 1d79bd154b
commit 547b008398
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,5 @@ jobs:
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
LOG_LEVEL: debug

View File

@ -2,6 +2,5 @@ module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
githubTokenWarn: true,
platform: "gitea",
};