Files
fluffy-pancake/renovate.json
2026-06-15 16:14:18 +00:00

23 lines
567 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"enabled": false
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.gitea/workflows/[^/]+\\.ya?ml$"],
"matchStrings": [
"uses:\\s*(?<depName>[a-zA-Z0-9-]+/[a-zA-Z0-9-]+)@(?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "git-tags",
"lookupNameTemplate": "https://github.com/{{{depName}}}.git"
}
]
}