From 547b00839898e66acc9fecf7fb93aa24ea723404 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 11:45:24 +0000 Subject: Update Renovate configuration by removing 'githubTokenWarn' and adding 'RENOVATE_GITHUB_COM_TOKEN' for improved token management in Gitea workflows. --- renovate.config.cjs | 1 - 1 file changed, 1 deletion(-) (limited to 'renovate.config.cjs') 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 ", optimizeForDisabled: true, - githubTokenWarn: true, platform: "gitea", }; -- cgit v1.2.3