Rewrite of Renovate config.
renovate/config-validation Validation Failed
renovate/config-validation Validation Failed
This commit is contained in:
+3
-7
@@ -2,11 +2,7 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"enabledManagers": ["docker-compose"],
|
"enabledManagers": ["docker-compose"],
|
||||||
"schedule": [
|
"schedule": ["3-9 * * 5,6,0"],
|
||||||
"* 3-9 * * 5",
|
|
||||||
"* 3-9 * * 6",
|
|
||||||
"* 3-9 * * 0"
|
|
||||||
],
|
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"branchPrefix": "renovate/",
|
"branchPrefix": "renovate/",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
@@ -16,8 +12,8 @@
|
|||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchManagers": ["docker-compose"],
|
"matchManagers": ["docker-compose"],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"signoz-clickhouse-server",
|
"clickhouse/clickhouse-server",
|
||||||
"signoz-zookeeper-1"
|
"bitnami/zookeeper"
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user