Update config.js
All checks were successful
renovate / renovate (push) Successful in 2m43s

This commit is contained in:
2025-07-05 22:00:44 +00:00
parent c0b7df13fa
commit b555636e01

View File

@@ -10,15 +10,4 @@ module.exports = {
}, },
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true, persistRepoData: true,
hostRules: [
{
// This rule applies to any host that Renovate's internal Git client tries to connect to
// that matches 'crunchy-orchestrator:3000'.
matchHost: 'crunchy-orchestrator:3000',
// Instead of crunchy-orchestrator:3000, use gitea-server:3000
replaceHost: 'gitea-server:3000',
// Ensure the token is also applied for this replacement host
token: process.env.RENOVATE_TOKEN, // Use the same token you pass via env
},
],
}; };