Merge pull request '🔧 Renovate: migrate renovate config' (#34) from renovate/migrate-config into main
Renovate / renovate (push) Successful in 1m39s

Reviewed-on: Trez/benedikta-ovos#34
This commit was merged in pull request #34.
This commit is contained in:
2025-09-29 07:32:56 -04:00
+34 -18
View File
@@ -1,48 +1,64 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>trez/renovate-config"], "extends": [
"ignorePaths": ["ovos-compose/**"], "local>trez/renovate-config"
],
"ignorePaths": [
"ovos-compose/**"
],
"customManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Update flarectl version in workflows", "description": "Update flarectl version in workflows",
"fileMatch": [ "managerFilePatterns": [
".github/workflows/.*\\.ya?ml$", "/.github/workflows/.*\\.ya?ml$/",
".gitea/workflows/.*\\.ya?ml$" "/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""
], ],
"matchStrings": ["FLARECTL_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"packageNameTemplate": "cloudflare/cloudflare-go", "packageNameTemplate": "cloudflare/cloudflare-go",
"versioningTemplate": "semver" "versioningTemplate": "semver"
}, },
{ {
"customType": "regex",
"description": "Update Vault version in workflows", "description": "Update Vault version in workflows",
"fileMatch": [ "managerFilePatterns": [
".github/workflows/.*\\.ya?ml$", "/.github/workflows/.*\\.ya?ml$/",
".gitea/workflows/.*\\.ya?ml$" "/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""
], ],
"matchStrings": ["HC_VAULT_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"packageNameTemplate": "hashicorp/vault", "packageNameTemplate": "hashicorp/vault",
"versioningTemplate": "semver" "versioningTemplate": "semver"
}, },
{ {
"customType": "regex",
"description": "Update tea CLI version in workflows", "description": "Update tea CLI version in workflows",
"fileMatch": [ "managerFilePatterns": [
".github/workflows/.*\\.ya?ml$", "/.github/workflows/.*\\.ya?ml$/",
".gitea/workflows/.*\\.ya?ml$" "/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"TEA_VERSION: \\\"(?<currentValue>.*?)\\\""
], ],
"matchStrings": ["TEA_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"packageNameTemplate": "go-gitea/tea", "packageNameTemplate": "go-gitea/tea",
"versioningTemplate": "semver" "versioningTemplate": "semver"
}, },
{ {
"customType": "regex",
"description": "Update Renovate version in workflows", "description": "Update Renovate version in workflows",
"fileMatch": [ "managerFilePatterns": [
".github/workflows/.*\\.ya?ml$", "/.github/workflows/.*\\.ya?ml$/",
".gitea/workflows/.*\\.ya?ml$" "/.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""
], ],
"matchStrings": ["RENOVATE_VERSION: \\\"(?<currentValue>.*?)\\\""],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"packageNameTemplate": "renovatebot/renovate", "packageNameTemplate": "renovatebot/renovate",
"versioningTemplate": "semver" "versioningTemplate": "semver"