Add base Renovate configuration and update bot settings
All checks were successful
renovate / renovate (push) Successful in 2m6s
All checks were successful
renovate / renovate (push) Successful in 2m6s
This commit is contained in:
@@ -2,9 +2,14 @@ module.exports = {
|
|||||||
"endpoint": "https://gitea.spenke-nordic.com/api/v1",
|
"endpoint": "https://gitea.spenke-nordic.com/api/v1",
|
||||||
"gitAuthor": "Renovate Bot <renovate-bot@spenke-nordic.com>",
|
"gitAuthor": "Renovate Bot <renovate-bot@spenke-nordic.com>",
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
|
"onboarding": true,
|
||||||
|
"onboardingConfig": {
|
||||||
|
"extends": ["local>spenke-nordic-ab/renovate-config"]
|
||||||
|
},
|
||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"optimizeForDisabled": true,
|
"autodiscoverFilter": ["spenke-nordic-ab/*"],
|
||||||
|
"optimizeForDisabled": false,
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"dependencyDashboardTitle": "Dependency Dashboard",
|
"dependencyDashboardTitle": "Dependency Dashboard",
|
||||||
"prConcurrentLimit": 10,
|
"prConcurrentLimit": 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user