From b718a99220e0eaf9c0c93d273cdbcc107a617099 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 20 Dec 2024 08:33:43 -0800 Subject: [PATCH] Renovate: update our build indirect dependencies This will catch security issues and important patches for indirect dependencies going forward. --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index fb71301b9..bea0d76ae 100644 --- a/renovate.json +++ b/renovate.json @@ -14,12 +14,6 @@ "matchDepTypes": ["indirect"], "enabled": true }, - { - "matchFileNames": ["build/**"], - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], - "enabled": false - }, { "matchPackageNames": ["google.golang.org/genproto/googleapis/**"], "groupName": "googleapis"