Files
mysql-client/renovate.json
T

17 lines
576 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
2026-06-11 12:18:20 +00:00
"customManagers": [
{
2026-06-11 12:18:20 +00:00
"customType": "regex",
"description": "Track SHA-pinned Gitea Actions (github-actions manager on Gitea platform cannot resolve SHA refs natively)",
2026-06-11 12:18:20 +00:00
"managerFilePatterns": ["/^\\.gitea/workflows/.*\\.ya?ml$/"],
"matchStrings": ["uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}