fix r
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
15faabfd0f
commit
5a773b1b0e
1 changed files with 44 additions and 58 deletions
102
renovate.json
102
renovate.json
|
@ -1,61 +1,47 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/friedhof/**"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"blocky.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"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
|
||||
}
|
||||
]
|
||||
"extends": ["config:recommended"],
|
||||
"ignorePaths": ["**/friedhof/**"],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["git.yml$"],
|
||||
"matchStrings": [
|
||||
"gitea_version: (?<currentValue>v[\\d.]+)"
|
||||
],
|
||||
"datasourceTemplate": "gitea-releases",
|
||||
"lookupName": "https://codeberg.org/forgejo/forgejo"
|
||||
}],
|
||||
"packageRules": [{
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchDepNames": ["0xERR0R/blocky"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchDepNames": ["Corsinvest/cv4pve-autosnap"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["gitea-releases"],
|
||||
"matchDepNames": ["forgejo"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue