From b27b08c40a3f9b0657ceb40537f01c0b4b4b7706 Mon Sep 17 00:00:00 2001 From: chemavx Date: Wed, 20 May 2026 13:37:25 +0000 Subject: [PATCH] fix: trailing slash on endpoint, drop explicit token from config.js Renovate reads RENOVATE_TOKEN from env automatically. Co-Authored-By: Claude Sonnet 4.6 --- renovate/configmap-renovate.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate/configmap-renovate.yaml b/renovate/configmap-renovate.yaml index b71d689..e33fc3a 100644 --- a/renovate/configmap-renovate.yaml +++ b/renovate/configmap-renovate.yaml @@ -7,8 +7,7 @@ data: config.js: | module.exports = { platform: 'gitea', - endpoint: 'https://git.chemavx.xyz', - token: process.env.RENOVATE_TOKEN, + endpoint: 'https://git.chemavx.xyz/', repositories: [ 'chemavx/researchowl', 'chemavx/polymarket-bot',