Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-08-27 17:48:03 +00:00
parent 15faabfd0f
commit 5a773b1b0e

View file

@ -1,61 +1,47 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended" "ignorePaths": ["**/friedhof/**"],
], "regexManagers": [{
"ignorePaths": [ "fileMatch": ["blocky.yml$"],
"**/friedhof/**" "matchStrings": [
], "blocky_version: (?<currentValue>v[\\d.]+)"
"customManagers": [ ],
{ "datasourceTemplate": "github-releases",
"customType": "regex", "depNameTemplate": "0xERR0R/blocky"
"fileMatch": [ },
"blocky.yml$" {
], "fileMatch": ["pve.yml$"],
"matchStrings": [ "matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)" "cv4pve_version: (?<currentValue>v[\\d.]+)"
], ],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "0xERR0R/blocky" "depNameTemplate": "Corsinvest/cv4pve-autosnap"
}, },
{ {
"customType": "regex", "fileMatch": ["git.yml$"],
"fileMatch": [ "matchStrings": [
"pve.yml$" "gitea_version: (?<currentValue>v[\\d.]+)"
], ],
"matchStrings": [ "datasourceTemplate": "gitea-releases",
"cv4pve_version: (?<currentValue>v[\\d.]+)" "lookupName": "https://codeberg.org/forgejo/forgejo"
], }],
"datasourceTemplate": "github-releases", "packageRules": [{
"depNameTemplate": "Corsinvest/cv4pve-autosnap" "matchDatasources": ["github-releases"],
} "matchDepNames": ["0xERR0R/blocky"],
], "matchUpdateTypes": ["minor", "patch"],
"packageRules": [ "automerge": true
{ },
"matchDatasources": [ {
"github-releases" "matchDatasources": ["github-releases"],
], "matchDepNames": ["Corsinvest/cv4pve-autosnap"],
"matchDepNames": [ "matchUpdateTypes": ["minor", "patch"],
"0xERR0R/blocky" "automerge": true
], },
"matchUpdateTypes": [ {
"minor", "matchDatasources": ["gitea-releases"],
"patch" "matchDepNames": ["forgejo"],
], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true
}, }]
{
"matchDatasources": [
"github-releases"
],
"matchDepNames": [
"Corsinvest/cv4pve-autosnap"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
} }