Updating renovate.json (switching over to presets).
Renovate PR Deployment / deploy (pull_request) Has been skipped
renovate/config-validation Validation Successful
Renovate PR Deployment / deploy (pull_request) Has been skipped
renovate/config-validation Validation Successful
This commit is contained in:
+2
-51
@@ -2,14 +2,8 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"schedule:nonOfficeHours"
|
"local>trez/renovate-config"
|
||||||
],
|
],
|
||||||
"enabledManagers": [
|
|
||||||
"docker-compose"
|
|
||||||
],
|
|
||||||
"prConcurrentLimit": 5,
|
|
||||||
"branchPrefix": "renovate/",
|
|
||||||
"rebaseWhen": "behind-base-branch",
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Freeze ClickHouse and Zookeeper",
|
"description": "Freeze ClickHouse and Zookeeper",
|
||||||
@@ -39,49 +33,6 @@
|
|||||||
"pgvecto-rs"
|
"pgvecto-rs"
|
||||||
],
|
],
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Alpine-based images only update to Alpine-based versions",
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchManagers": [
|
|
||||||
"docker-compose"
|
|
||||||
],
|
|
||||||
"matchPackageNames": [
|
|
||||||
".*"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/alpine/i"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Automerge patch updates for semver tags",
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchManagers": [
|
|
||||||
"docker-compose"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"automerge": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Require approval for major and minor updates",
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchManagers": [
|
|
||||||
"docker-compose"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"major"
|
|
||||||
],
|
|
||||||
"automerge": false,
|
|
||||||
"ignoreTests": true
|
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"branchNameStrict": true,
|
|
||||||
"branchTopic": "{{{depNameSanitized}}}-{{{newVersion}}}"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user