Adding customManager preset for _VERION envs in Gitea Action workflows.
This commit is contained in:
+1
-51
@@ -6,6 +6,7 @@
|
|||||||
":automergeDigest",
|
":automergeDigest",
|
||||||
":automergePatch",
|
":automergePatch",
|
||||||
":automergeRequireAllStatusChecks",
|
":automergeRequireAllStatusChecks",
|
||||||
|
"customManagers:githubActionsVersions",
|
||||||
"default:semanticCommits",
|
"default:semanticCommits",
|
||||||
"default:prHourlyLimitNone",
|
"default:prHourlyLimitNone",
|
||||||
"default:prConcurrentLimit10",
|
"default:prConcurrentLimit10",
|
||||||
@@ -80,56 +81,5 @@
|
|||||||
],
|
],
|
||||||
"enabled": false
|
"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>.*)$"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user