From ea3229e0eaae6cbec21b9742f5e8479a2daf4074 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 29 Sep 2025 11:25:33 -0400 Subject: [PATCH] Moving customManager rules to default.json. --- renovate.json | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/renovate.json b/renovate.json index 2c9c0067..6152cafb 100644 --- a/renovate.json +++ b/renovate.json @@ -19,51 +19,5 @@ "matchPackageNames": ["postgres", "pgvector", "pgvecto-rs"], "pinDigests": true } - ], - "customManagers": [ - { - "description": "Update flarectl version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["FLARECTL_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "cloudflare/cloudflare-go", - "versioningTemplate": "semver" - }, - { - "description": "Update Vault version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["HC_VAULT_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "hashicorp/vault", - "versioningTemplate": "semver" - }, - { - "description": "Update tea CLI version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["TEA_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "go-gitea/tea", - "versioningTemplate": "semver" - }, - { - "description": "Update Renovate version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["RENOVATE_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "renovatebot/renovate", - "versioningTemplate": "semver" - } ] }