Add basic config.js
This commit is contained in:
parent
566efa03f5
commit
c11d4bd7de
12
config.js
Normal file
12
config.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
"platform": "gitea",
|
||||
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
|
||||
"username": "renovate-bot",
|
||||
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"onboardingConfig": {
|
||||
"extends": ["config:recommended"],
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
},
|
||||
"optimizeForDisabled": true,
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user