diff --git a/renovate.json b/renovate.json index e511676d..9340c549 100644 --- a/renovate.json +++ b/renovate.json @@ -9,11 +9,25 @@ ], "datasourceTemplate": "github-releases", "depNameTemplate": "0xERR0R/blocky" + }, + { + "fileMatch": ["pve.yml$"], + "matchStrings": [ + "cv4pve_version: (?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 }] }