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