From b74252a451a5c48bcca08c11c2b4dc8ff8c29000 Mon Sep 17 00:00:00 2001 From: chemavx Date: Wed, 20 May 2026 13:19:46 +0000 Subject: [PATCH] fix: use full Gitea API URL in renovate endpoint 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 b71d689..2e97571 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', + endpoint: 'https://git.chemavx.xyz/api/v1', token: process.env.RENOVATE_TOKEN, repositories: [ 'chemavx/researchowl',