🔧 Renovate: migrate renovate config #351
+48
-22
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>trez/renovate-config"],
|
||||
"extends": [
|
||||
"local>trez/renovate-config"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Freeze ClickHouse and Zookeeper",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchManagers": [
|
||||
"docker-compose"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"clickhouse/clickhouse-server",
|
||||
"bitnami/zookeeper"
|
||||
@@ -14,53 +20,73 @@
|
||||
},
|
||||
{
|
||||
"description": "Pin Postgres, pgvector, and pgvecto-rs images",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchPackageNames": ["postgres", "pgvector", "pgvecto-rs"],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchManagers": [
|
||||
"docker-compose"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"postgres",
|
||||
"pgvector",
|
||||
"pgvecto-rs"
|
||||
],
|
||||
"pinDigests": true
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update flarectl version in workflows",
|
||||
"fileMatch": [
|
||||
".github/workflows/.*\\.ya?ml$",
|
||||
".gitea/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/.github/workflows/.*\\.ya?ml$/",
|
||||
"/.gitea/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""
|
||||
],
|
||||
"matchStrings": ["FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "cloudflare/cloudflare-go",
|
||||
"versioningTemplate": "semver"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update Vault version in workflows",
|
||||
"fileMatch": [
|
||||
".github/workflows/.*\\.ya?ml$",
|
||||
".gitea/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/.github/workflows/.*\\.ya?ml$/",
|
||||
"/.gitea/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""
|
||||
],
|
||||
"matchStrings": ["HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "hashicorp/vault",
|
||||
"versioningTemplate": "semver"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update tea CLI version in workflows",
|
||||
"fileMatch": [
|
||||
".github/workflows/.*\\.ya?ml$",
|
||||
".gitea/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/.github/workflows/.*\\.ya?ml$/",
|
||||
"/.gitea/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"TEA_VERSION: \\\"(?<currentValue>.*?)\\\""
|
||||
],
|
||||
"matchStrings": ["TEA_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "go-gitea/tea",
|
||||
"versioningTemplate": "semver"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update Renovate version in workflows",
|
||||
"fileMatch": [
|
||||
".github/workflows/.*\\.ya?ml$",
|
||||
".gitea/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/.github/workflows/.*\\.ya?ml$/",
|
||||
"/.gitea/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""
|
||||
],
|
||||
"matchStrings": ["RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "renovatebot/renovate",
|
||||
"versioningTemplate": "semver"
|
||||
|
||||
Reference in New Issue
Block a user