Updating renovate.json for 41.97.7 and disabling Renovate workflows for now.
renovate/config-validation Validation Failed
renovate/config-validation Validation Failed
This commit is contained in:
+31
-25
@@ -15,37 +15,43 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchCategories": [
|
"description": "Pin ClickHouse to the exact version used by Signoz",
|
||||||
"docker"
|
"matchPackageNames": ["clickhouse/clickhouse-server"],
|
||||||
],
|
"allowedVersions": "^24\\.1\\.2-alpine$",
|
||||||
"enabled": true
|
"groupName": "signoz-clickhouse",
|
||||||
|
"semanticCommitScope": "signoz-clickhouse"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"description": "Allow only Alpine tag upgrades for all Alpine-based images",
|
||||||
"docker"
|
"matchDatasources": ["docker"],
|
||||||
],
|
"matchPackagePatterns": [".*alpine.*"],
|
||||||
"matchPackageNames": [
|
"allowedVersions": ".*alpine.*",
|
||||||
"clickhouse/clickhouse-server"
|
"groupName": "alpine-upgrades",
|
||||||
],
|
"semanticCommitScope": "{{depName}}"
|
||||||
"enabled": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"description": "Pin postgres image – never upgrade",
|
||||||
"docker"
|
"matchPackageNames": ["postgres"],
|
||||||
],
|
"pin": true,
|
||||||
"allowedVersions": "/.*-alpine$/",
|
"semanticCommitScope": "postgres"
|
||||||
"matchPackageNames": [
|
|
||||||
"/.*-alpine$/"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"description": "Pin pgvector image – never upgrade",
|
||||||
"docker"
|
"matchPackageNames": ["pgvector/pgvector"],
|
||||||
],
|
"pin": true,
|
||||||
"enabled": false,
|
"semanticCommitScope": "pgvector"
|
||||||
"matchPackageNames": [
|
},
|
||||||
"/^.*:latest$/"
|
{
|
||||||
]
|
"description": "Pin pgvecto‑rs image – never upgrade",
|
||||||
|
"matchPackageNames": ["pgvecto-rs/pgvecto-rs"],
|
||||||
|
"pin": true,
|
||||||
|
"semanticCommitScope": "pgvecto-rs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Default rule for all remaining Docker images",
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"groupName": "docker-images",
|
||||||
|
"semanticCommitScope": "{{depName}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [],
|
"customManagers": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user