Files
rinoa-docker/renovate.json
T

44 lines
1.3 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>trez/renovate-config"],
"packageRules": [
{
"description": "Freeze ClickHouse and Zookeeper",
"matchDatasources": ["docker"],
"matchManagers": ["docker-compose"],
"matchPackageNames": [
"clickhouse/clickhouse-server",
"bitnami/zookeeper"
],
"enabled": false
},
{
"description": "Pin Postgres, pgvector, and pgvecto-rs images",
"matchDatasources": ["docker"],
"matchManagers": ["docker-compose"],
"matchPackageNames": ["postgres", "pgvector", "pgvecto-rs"],
"pinDigests": true
}
],
"customManagers": [
{
"fileMatch": [
".github/workflows/.*\\.ya?ml$",
".gitea/workflows/.*\\.ya?ml$"
],
"matchStrings": [
"(FLARECTL_VERSION|HC_VAULT_VERSION|TEA_VERSION|RENOVATE_VERSION):\\s*\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "{{depName}}",
"versioningTemplate": "semver",
"depNameTemplates": {
"FLARECTL_VERSION": "cloudflare/cloudflare-go",
"HC_VAULT_VERSION": "hashicorp/vault",
"TEA_VERSION": "go-gitea/tea",
"RENOVATE_VERSION": "renovatebot/renovate"
}
}
]
}