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 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 13:37:25 +00:00
parent f477f8a6d4
commit b27b08c40a
+1 -2
View File
@@ -7,8 +7,7 @@ data:
config.js: | config.js: |
module.exports = { module.exports = {
platform: 'gitea', platform: 'gitea',
endpoint: 'https://git.chemavx.xyz', endpoint: 'https://git.chemavx.xyz/',
token: process.env.RENOVATE_TOKEN,
repositories: [ repositories: [
'chemavx/researchowl', 'chemavx/researchowl',
'chemavx/polymarket-bot', 'chemavx/polymarket-bot',