Switch config.js properties to use quoted keys and update stabilityDays to minimumReleaseAge
All checks were successful
renovate / renovate (push) Successful in 2m11s
All checks were successful
renovate / renovate (push) Successful in 2m11s
This commit is contained in:
24
config.js
24
config.js
@@ -1,14 +1,14 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
endpoint: "https://gitea.spenke-nordic.com/api/v1", // replace it with your actual endpoint
|
"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",
|
||||||
onboardingConfigFileName: "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
autodiscover: true,
|
"autodiscover": true,
|
||||||
optimizeForDisabled: true,
|
"optimizeForDisabled": true,
|
||||||
dependencyDashboard: true,
|
"dependencyDashboard": true,
|
||||||
dependencyDashboardTitle: "Dependency Dashboard",
|
"dependencyDashboardTitle": "Dependency Dashboard",
|
||||||
prConcurrentLimit: 10,
|
"prConcurrentLimit": 10,
|
||||||
prHourlyLimit: 0,
|
"prHourlyLimit": 0,
|
||||||
stabilityDays: 3,
|
"minimumReleaseAge": "3 days",
|
||||||
labels: ["dependencies", "renovate"],
|
"labels": ["dependencies", "renovate"]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user