From f477f8a6d4d560f219cd5d1af86b640ae13dd0e7 Mon Sep 17 00:00:00 2001 From: chemavx Date: Wed, 20 May 2026 13:26:08 +0000 Subject: [PATCH] fix: revert renovate endpoint to base URL (Renovate appends API path internally) Co-Authored-By: Claude Sonnet 4.6 --- renovate/configmap-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate/configmap-renovate.yaml b/renovate/configmap-renovate.yaml index 2e97571..b71d689 100644 --- a/renovate/configmap-renovate.yaml +++ b/renovate/configmap-renovate.yaml @@ -7,7 +7,7 @@ data: config.js: | module.exports = { platform: 'gitea', - endpoint: 'https://git.chemavx.xyz/api/v1', + endpoint: 'https://git.chemavx.xyz', token: process.env.RENOVATE_TOKEN, repositories: [ 'chemavx/researchowl',