This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
module.exports = {
|
||||
platform: 'gitea',
|
||||
endpoint: 'https://gitea.crescentec.ch/api/v1/',
|
||||
token: process.env.RENOVATE_TOKEN,
|
||||
autodiscover: true,
|
||||
hostRules: [
|
||||
{
|
||||
hostType: 'gitea',
|
||||
matchHost: 'gitea.crescentec.ch',
|
||||
token: process.env.RENOVATE_TOKEN,
|
||||
},
|
||||
],
|
||||
onboardingConfig: {
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: ['config:recommended'],
|
||||
|
||||
Reference in New Issue
Block a user