diff --git a/renovate.json b/renovate.json index 24800dc..e52206a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,48 +1,64 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>trez/renovate-config"], - "ignorePaths": ["ovos-compose/**"], + "extends": [ + "local>trez/renovate-config" + ], + "ignorePaths": [ + "ovos-compose/**" + ], "customManagers": [ { + "customType": "regex", "description": "Update flarectl version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" + "managerFilePatterns": [ + "/.github/workflows/.*\\.ya?ml$/", + "/.gitea/workflows/.*\\.ya?ml$/" + ], + "matchStrings": [ + "FLARECTL_VERSION: \\\"(?.*?)\\\"" ], - "matchStrings": ["FLARECTL_VERSION: \\\"(?.*?)\\\""], "datasourceTemplate": "github-releases", "packageNameTemplate": "cloudflare/cloudflare-go", "versioningTemplate": "semver" }, { + "customType": "regex", "description": "Update Vault version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" + "managerFilePatterns": [ + "/.github/workflows/.*\\.ya?ml$/", + "/.gitea/workflows/.*\\.ya?ml$/" + ], + "matchStrings": [ + "HC_VAULT_VERSION: \\\"(?.*?)\\\"" ], - "matchStrings": ["HC_VAULT_VERSION: \\\"(?.*?)\\\""], "datasourceTemplate": "github-releases", "packageNameTemplate": "hashicorp/vault", "versioningTemplate": "semver" }, { + "customType": "regex", "description": "Update tea CLI version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" + "managerFilePatterns": [ + "/.github/workflows/.*\\.ya?ml$/", + "/.gitea/workflows/.*\\.ya?ml$/" + ], + "matchStrings": [ + "TEA_VERSION: \\\"(?.*?)\\\"" ], - "matchStrings": ["TEA_VERSION: \\\"(?.*?)\\\""], "datasourceTemplate": "github-releases", "packageNameTemplate": "go-gitea/tea", "versioningTemplate": "semver" }, { + "customType": "regex", "description": "Update Renovate version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" + "managerFilePatterns": [ + "/.github/workflows/.*\\.ya?ml$/", + "/.gitea/workflows/.*\\.ya?ml$/" + ], + "matchStrings": [ + "RENOVATE_VERSION: \\\"(?.*?)\\\"" ], - "matchStrings": ["RENOVATE_VERSION: \\\"(?.*?)\\\""], "datasourceTemplate": "github-releases", "packageNameTemplate": "renovatebot/renovate", "versioningTemplate": "semver"