revert parts of "506fa8da8d" (explanation inline) #217

Merged
mg merged 33 commits from dbg into master 2024-10-23 22:55:42 +02:00
Showing only changes of commit 592d1cccef - Show all commits

View file

@ -1,9 +1,17 @@
{ {
"$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$"], "ignorePaths": [
"**/friedhof/**"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"blocky.yml$"
],
"matchStrings": [ "matchStrings": [
"blocky_version: (?<currentValue>v[\\d.]+)" "blocky_version: (?<currentValue>v[\\d.]+)"
], ],
@ -11,7 +19,10 @@
"depNameTemplate": "0xERR0R/blocky" "depNameTemplate": "0xERR0R/blocky"
}, },
{ {
"fileMatch": ["pve.yml$"], "customType": "regex",
"fileMatch": [
"pve.yml$"
],
"matchStrings": [ "matchStrings": [
"cv4pve_version: (?<currentValue>v[\\d.]+)" "cv4pve_version: (?<currentValue>v[\\d.]+)"
], ],
@ -19,16 +30,31 @@
"depNameTemplate": "Corsinvest/cv4pve-autosnap" "depNameTemplate": "Corsinvest/cv4pve-autosnap"
} }
], ],
"packageRules": [{ "packageRules": [
"matchDatasources": ["github-releases"], {
"matchDepNames": ["0xERR0R/blocky"], "matchDatasources": [
"matchUpdateTypes": ["minor", "patch"], "github-releases"
],
"matchDepNames": [
"0xERR0R/blocky"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true "automerge": true
}, },
{ {
"matchDatasources": ["github-releases"], "matchDatasources": [
"matchDepNames": ["Corsinvest/cv4pve-autosnap"], "github-releases"
"matchUpdateTypes": ["minor", "patch"], ],
"matchDepNames": [
"Corsinvest/cv4pve-autosnap"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true "automerge": true
} }
] ]