From 195ac9a4dedab1476503216f53df600718e9b80c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 15 May 2024 12:02:19 -0500 Subject: [PATCH] additional files isn't a real thing --- renovate.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/renovate.json b/renovate.json index 9908356..26ae7f8 100644 --- a/renovate.json +++ b/renovate.json @@ -3,18 +3,6 @@ "extends": [ "config:recommended" ], - "packageRules": [ - { - "matchDatasources": ["kubernetes"], - "matchPackagePatterns": ["k8s.io/client-go"], - "additionalFiles": [ - { - "fileMatch": ["Makefile"], - "matchStrings": ["KUBEBUILDER_VERSION\\s*=\\s*\"?(?\\d+\\.\\d+\\.\\d+)\"?"] - } - ] - } - ], "regexManagers": [ { "fileMatch": ["^Makefile$"],