Enhance Renovate config: add schema reference, enable autodiscoverAll, and set requireConfig to ignored
All checks were successful
renovate / renovate (push) Successful in 2m13s
All checks were successful
renovate / renovate (push) Successful in 2m13s
This commit is contained in:
@@ -4,11 +4,14 @@ module.exports = {
|
||||
"platform": "gitea",
|
||||
"onboarding": true,
|
||||
"onboardingConfig": {
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>spenke-nordic-ab/renovate-config"]
|
||||
},
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": ["spenke-nordic-ab/*"],
|
||||
"autodiscoverAll": true,
|
||||
"requireConfig": "ignored",
|
||||
"optimizeForDisabled": false,
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Dependency Dashboard",
|
||||
|
||||
Reference in New Issue
Block a user