f
This commit is contained in:
parent
231fe059ce
commit
c0a4311029
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue