Files

23 lines
567 B
JSON
Raw Permalink Normal View History

2026-06-12 15:46:54 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchManagers": ["github-actions"],
2026-06-15 16:14:18 +00:00
"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"
2026-06-12 15:46:54 +02:00
}
]
2026-06-15 16:14:18 +00:00
}