diff --git a/default.json b/default.json index 1fc0a2b..bb0131e 100644 --- a/default.json +++ b/default.json @@ -6,6 +6,7 @@ ":automergeDigest", ":automergePatch", ":automergeRequireAllStatusChecks", + "customManagers:githubActionsVersions", "default:semanticCommits", "default:prHourlyLimitNone", "default:prConcurrentLimit10", @@ -80,56 +81,5 @@ ], "enabled": false } - ], - "customManagers": [ - { - "description": "Update flarectl version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["FLARECTL_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "cloudflare/cloudflare-go", - "versioningTemplate": "semver", - "extractVersionTemplate": "^v?(?.*)$", - "allowedVersions": "/^v?0\\..*/" - }, - { - "description": "Update Vault version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["HC_VAULT_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "hashicorp/vault", - "versioningTemplate": "semver", - "extractVersionTemplate": "^v?(?.*)$" - }, - { - "description": "Update tea CLI version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["TEA_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "go-gitea/tea", - "versioningTemplate": "semver", - "extractVersionTemplate": "^v?(?.*)$" - }, - { - "description": "Update Renovate version in workflows", - "fileMatch": [ - ".github/workflows/.*\\.ya?ml$", - ".gitea/workflows/.*\\.ya?ml$" - ], - "matchStrings": ["RENOVATE_VERSION: \\\"(?.*?)\\\""], - "datasourceTemplate": "github-releases", - "packageNameTemplate": "renovatebot/renovate", - "versioningTemplate": "semver", - "extractVersionTemplate": "^v?(?.*)$" - } ] }