+37
-11
@@ -22,22 +22,48 @@
|
|||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"description": "Update flarectl version in workflows",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
".github/workflows/.*\\.ya?ml$",
|
".github/workflows/.*\\.ya?ml$",
|
||||||
".gitea/workflows/.*\\.ya?ml$"
|
".gitea/workflows/.*\\.ya?ml$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": ["FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||||
"(FLARECTL_VERSION|HC_VAULT_VERSION|TEA_VERSION|RENOVATE_VERSION):\\s*\"(?<currentValue>.*?)\""
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"depNameTemplate": "{{depName}}",
|
"packageNameTemplate": "cloudflare/cloudflare-go",
|
||||||
"versioningTemplate": "semver",
|
"versioningTemplate": "semver"
|
||||||
"depNameTemplates": {
|
},
|
||||||
"FLARECTL_VERSION": "cloudflare/cloudflare-go",
|
{
|
||||||
"HC_VAULT_VERSION": "hashicorp/vault",
|
"description": "Update Vault version in workflows",
|
||||||
"TEA_VERSION": "go-gitea/tea",
|
"fileMatch": [
|
||||||
"RENOVATE_VERSION": "renovatebot/renovate"
|
".github/workflows/.*\\.ya?ml$",
|
||||||
}
|
".gitea/workflows/.*\\.ya?ml$"
|
||||||
|
],
|
||||||
|
"matchStrings": ["HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""],
|
||||||
|
"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: \\\"(?<currentValue>.*?)\\\""],
|
||||||
|
"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: \\\"(?<currentValue>.*?)\\\""],
|
||||||
|
"datasourceTemplate": "github-releases",
|
||||||
|
"packageNameTemplate": "renovatebot/renovate",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user