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