diff --git a/renovate.json b/renovate.json index f28ce36..3e34371 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,24 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>trez/renovate-config"] + "extends": ["local>trez/renovate-config"], + "customManagers": [ + { + "fileMatch": [ + ".github/workflows/.*\\.ya?ml$", + ".gitea/workflows/.*\\.ya?ml$" + ], + "matchStrings": [ + "(FLARECTL_VERSION|HC_VAULT_VERSION|TEA_VERSION|RENOVATE_VERSION):\\s*\"(?.*?)\"" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "{{depName}}", + "versioningTemplate": "semver", + "depNameTemplates": { + "FLARECTL_VERSION": "cloudflare/cloudflare-go", + "HC_VAULT_VERSION": "hashicorp/vault", + "TEA_VERSION": "go-gitea/tea", + "RENOVATE_VERSION": "renovatebot/renovate" + } + } + ] }