Adding customManager preset for _VERION envs in Gitea Action workflows.

This commit is contained in:
2025-10-08 09:48:36 -04:00
parent d3efc0c274
commit a864264992
+1 -51
View File
@@ -6,6 +6,7 @@
":automergeDigest",
":automergePatch",
":automergeRequireAllStatusChecks",
"customManagers:githubActionsVersions",
"default:semanticCommits",
"default:prHourlyLimitNone",
"default:prConcurrentLimit10",
@@ -80,56 +81,5 @@
],
"enabled": false
}
],
"customManagers": [
{
"description": "Update flarectl version in workflows",
"fileMatch": [
".github/workflows/.*\\.ya?ml$",
".gitea/workflows/.*\\.ya?ml$"
],
"matchStrings": ["FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "cloudflare/cloudflare-go",
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.*)$",
"allowedVersions": "/^v?0\\..*/"
},
{
"description": "Update Vault version in workflows",
"fileMatch": [
".github/workflows/.*\\.ya?ml$",
".gitea/workflows/.*\\.ya?ml$"
],
"matchStrings": ["HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "hashicorp/vault",
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"description": "Update tea CLI version in workflows",
"fileMatch": [
".github/workflows/.*\\.ya?ml$",
".gitea/workflows/.*\\.ya?ml$"
],
"matchStrings": ["TEA_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "go-gitea/tea",
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"description": "Update Renovate version in workflows",
"fileMatch": [
".github/workflows/.*\\.ya?ml$",
".gitea/workflows/.*\\.ya?ml$"
],
"matchStrings": ["RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "renovatebot/renovate",
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}