f
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:16:05 +02:00
parent 231fe059ce
commit c0a4311029

View file

@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["**/friedhof/**"]
"extends": ["config:base"],
"packageRules": [
{
"description": "blocky",
@ -10,8 +9,8 @@
"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
"datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blocky",
"lookupNameTemplate": "0xERR0R/blocky",
"versioningTemplate": "semver"
}
@ -22,7 +21,7 @@
"matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-tags",
"datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blockyy"
}
]