From a7c9d2f2c53843f43708cffd10aab03af1be9153 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 12 Dec 2024 14:13:04 -0800 Subject: [PATCH] Have renovate update our tools dependencies The current configuration has caused us to miss required security updates. This fixes that. --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index 0b140f62425..a988196c405 100644 --- a/renovate.json +++ b/renovate.json @@ -16,12 +16,6 @@ "matchDepTypes": ["indirect"], "enabled": true }, - { - "matchFileNames": ["tools/**"], - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], - "enabled": false - }, { "matchPackageNames": ["google.golang.org/genproto/googleapis/**"], "groupName": "googleapis"