g
This commit is contained in:
parent
341e81dd20
commit
c894bba260
1 changed files with 11 additions and 16 deletions
|
@ -2,27 +2,22 @@
|
||||||
"$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/**"],
|
||||||
"packageRules": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"description": "blocky",
|
"fileMatch": ["blocky.yml$"],
|
||||||
"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": [
|
"matchStrings": [
|
||||||
"blocky_version: (?<currentValue>v[\\d.]+)"
|
"blocky_version: (?<currentValue>v[\\d.]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"depNameTemplate": "0xERR0R/blockyy"
|
"depNameTemplate": "0xERR0R/blocky",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchDatasources": ["github-releases"],
|
||||||
|
"matchDepNames": ["0xERR0R/blocky"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue