2024-01-26 16:15:11 +01:00
|
|
|
{
|
2024-05-25 19:13:38 +02:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2024-10-23 22:34:01 +02:00
|
|
|
"extends": [
|
|
|
|
"config:recommended"
|
2024-08-27 20:41:41 +02:00
|
|
|
],
|
2024-10-23 22:34:01 +02:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
2024-01-26 16:15:11 +01:00
|
|
|
}
|