{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" ], "customManagers": [ { "customType": "regex", "fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"], "matchStrings": [ "GIT_CLIFF_VERSION:\\s*[\"']?(?[^\"'\\s]+)[\"']?" ], "depNameTemplate": "orhun/git-cliff", "datasourceTemplate": "github-releases" } ] }