From 42e73a78ed415d430676500f30d9ce52eeec0f58 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 12 Dec 2024 14:15:24 -0800 Subject: [PATCH] [chore] Have renovate update our tools deps The current configuration has made us miss required security updates for this module. This changes that so it will not happen going forward. --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index 0a29a2f13d8..4f80c898a1d 100644 --- a/renovate.json +++ b/renovate.json @@ -14,12 +14,6 @@ "matchDepTypes": ["indirect"], "enabled": true }, - { - "matchFileNames": ["internal/tools/**"], - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], - "enabled": false - }, { "matchPackageNames": ["google.golang.org/genproto/googleapis/**"], "groupName": "googleapis"