Moving customManager rules to default.json.
Renovate / renovate (push) Successful in 2m3s

This commit is contained in:
2025-09-29 11:27:18 -04:00
parent 638cce683f
commit d89e73018c
+1 -61
View File
@@ -1,64 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["local>trez/renovate-config"]
"local>trez/renovate-config"
],
"customManagers": [
{
"customType": "regex",
"description": "Update flarectl version in workflows",
"managerFilePatterns": [
"/.github/workflows/.*\\.ya?ml$/",
"/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "cloudflare/cloudflare-go",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update Vault version in workflows",
"managerFilePatterns": [
"/.github/workflows/.*\\.ya?ml$/",
"/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "hashicorp/vault",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update tea CLI version in workflows",
"managerFilePatterns": [
"/.github/workflows/.*\\.ya?ml$/",
"/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"TEA_VERSION: \\\"(?<currentValue>.*?)\\\""
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "go-gitea/tea",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update Renovate version in workflows",
"managerFilePatterns": [
"/.github/workflows/.*\\.ya?ml$/",
"/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "renovatebot/renovate",
"versioningTemplate": "semver"
}
]
} }