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