From fc23119c4ba404aa36818d102ff695bfa3bb9ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 09:29:05 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 94c5bd1..eee1347 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,17 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hetznercloud/.github//renovate/default"], - "regexManagers": [ + "extends": [ + "github>hetznercloud/.github//renovate/default" + ], + "customManagers": [ { - "fileMatch": ["^scripts/vendor.py$"], - "matchStrings": ["HCLOUD_VERSION = \"v(?.*)\""], + "customType": "regex", + "managerFilePatterns": [ + "/^scripts/vendor.py$/" + ], + "matchStrings": [ + "HCLOUD_VERSION = \"v(?.*)\"" + ], "datasourceTemplate": "pypi", "depNameTemplate": "hcloud" }