blocky renoevate
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-05-25 19:13:38 +02:00
parent 962fb90206
commit 231fe059ce

View file

@ -1,5 +1,29 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"ignorePaths": ["**/friedhof/**"] "ignorePaths": ["**/friedhof/**"]
"extends": ["config:base"],
"packageRules": [
{
"description": "blocky",
"matchManagers": ["regex"],
"matchPackageNames": ["blocky"],
"extractVersion": "^blocky_version: (?<version>v[\\d.]+)$",
"fileMatch": ["^blocky.yml$"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "0xERR0R/blocky", // Replace with the correct GitHub repository if different
"lookupNameTemplate": "0xERR0R/blocky",
"versioningTemplate": "semver"
}
],
"regexManagers": [
{
"fileMatch": ["^blocky.yml$"],
"matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "0xERR0R/blockyy"
}
]
} }