Merge branch 'master' into dbg
This commit is contained in:
commit
592d1cccef
1 changed files with 57 additions and 31 deletions
|
@ -1,35 +1,61 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
"ignorePaths": ["**/friedhof/**"],
|
"config:recommended"
|
||||||
"regexManagers": [{
|
|
||||||
"fileMatch": ["blocky.yml$"],
|
|
||||||
"matchStrings": [
|
|
||||||
"blocky_version: (?<currentValue>v[\\d.]+)"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "github-releases",
|
|
||||||
"depNameTemplate": "0xERR0R/blocky"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fileMatch": ["pve.yml$"],
|
|
||||||
"matchStrings": [
|
|
||||||
"cv4pve_version: (?<currentValue>v[\\d.]+)"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "github-releases",
|
|
||||||
"depNameTemplate": "Corsinvest/cv4pve-autosnap"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"packageRules": [{
|
"ignorePaths": [
|
||||||
"matchDatasources": ["github-releases"],
|
"**/friedhof/**"
|
||||||
"matchDepNames": ["0xERR0R/blocky"],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"customManagers": [
|
||||||
"automerge": true
|
{
|
||||||
},
|
"customType": "regex",
|
||||||
{
|
"fileMatch": [
|
||||||
"matchDatasources": ["github-releases"],
|
"blocky.yml$"
|
||||||
"matchDepNames": ["Corsinvest/cv4pve-autosnap"],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchStrings": [
|
||||||
"automerge": true
|
"blocky_version: (?<currentValue>v[\\d.]+)"
|
||||||
}
|
],
|
||||||
]
|
"datasourceTemplate": "github-releases",
|
||||||
|
"depNameTemplate": "0xERR0R/blocky"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"pve.yml$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"cv4pve_version: (?<currentValue>v[\\d.]+)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "github-releases",
|
||||||
|
"depNameTemplate": "Corsinvest/cv4pve-autosnap"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchDatasources": [
|
||||||
|
"github-releases"
|
||||||
|
],
|
||||||
|
"matchDepNames": [
|
||||||
|
"0xERR0R/blocky"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": [
|
||||||
|
"github-releases"
|
||||||
|
],
|
||||||
|
"matchDepNames": [
|
||||||
|
"Corsinvest/cv4pve-autosnap"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue