g
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 20:01:45 +02:00
parent 341e81dd20
commit c894bba260

View file

@ -2,27 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["**/friedhof/**"],
"packageRules": [
"regexManagers": [
{
"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$"],
"fileMatch": ["blocky.yml$"],
"matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blockyy"
"depNameTemplate": "0xERR0R/blocky",
}
],
"packageRules": [
{
"matchDatasources": ["github-releases"],
"matchDepNames": ["0xERR0R/blocky"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}