homeserver/renovate.json
Michael Grote c0a4311029
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
f
2024-05-25 19:16:05 +02:00

29 lines
809 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["**/friedhof/**"]
"packageRules": [
{
"description": "blocky",
"matchManagers": ["regex"],
"matchPackageNames": ["blocky"],
"extractVersion": "^blocky_version: (?<version>v[\\d.]+)$",
"fileMatch": ["^blocky.yml$"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blocky",
"lookupNameTemplate": "0xERR0R/blocky",
"versioningTemplate": "semver"
}
],
"regexManagers": [
{
"fileMatch": ["^blocky.yml$"],
"matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blockyy"
}
]
}