fix: use full Gitea API URL in renovate endpoint
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +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/api/v1',
|
||||||
token: process.env.RENOVATE_TOKEN,
|
token: process.env.RENOVATE_TOKEN,
|
||||||
repositories: [
|
repositories: [
|
||||||
'chemavx/researchowl',
|
'chemavx/researchowl',
|
||||||
|
|||||||
Reference in New Issue
Block a user