aboutsummaryrefslogtreecommitdiff
path: root/renovate.config.cjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:45:24 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:45:24 +0300
commit547b00839898e66acc9fecf7fb93aa24ea723404 (patch)
tree6860ce55d3f6c1fd1b7a45e28bb6978789e28dad /renovate.config.cjs
parent1d79bd154b98eae731e537e58d463b04a2b5b12e (diff)
downloadpopov.link-547b00839898e66acc9fecf7fb93aa24ea723404.tar.xz
popov.link-547b00839898e66acc9fecf7fb93aa24ea723404.zip
Update Renovate configuration by removing 'githubTokenWarn' and adding 'RENOVATE_GITHUB_COM_TOKEN' for improved token management in Gitea workflows.
Diffstat (limited to 'renovate.config.cjs')
-rw-r--r--renovate.config.cjs1
1 files changed, 0 insertions, 1 deletions
diff --git a/renovate.config.cjs b/renovate.config.cjs
index 367ff4b..44bc458 100644
--- a/renovate.config.cjs
+++ b/renovate.config.cjs
@@ -2,6 +2,5 @@ module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
- githubTokenWarn: true,
platform: "gitea",
};