From 82ed251ce45506772541fdaab8ae19d07146a052 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 12 Jul 2023 12:22:52 +0200 Subject: [PATCH] chore: add renovate regex manager for hcloud upgrades (#256) --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 5d56492..ebf12a1 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,13 @@ ":semanticCommitTypeAll(deps)", ":semanticCommitScopeDisabled" + ], + "regexManagers": [ + { + "fileMatch": ["^scripts/vendor.py$"], + "matchStrings": ["HCLOUD_VERSION = \"v(?.*)\""], + "datasourceTemplate": "pypi", + "depNameTemplate": "hcloud" + } ] }