13
config.js
Normal file
13
config.js
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
module.exports = {
|
||||||
|
platform: 'gitea',
|
||||||
|
endpoint: 'https://git.damiendassieu.fr/api/v1/',
|
||||||
|
gitAuthor: 'renovate <bot@renovate.org>',
|
||||||
|
username: 'renovate',
|
||||||
|
autodiscover: true,
|
||||||
|
onboardingConfig: {
|
||||||
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
|
extends: ['config:recommended'],
|
||||||
|
},
|
||||||
|
optimizeForDisabled: true,
|
||||||
|
persistRepoData: true,
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user