From 2b0e547186d84c68371ef19428e5864b4e0c8711 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 12 Jul 2024 09:45:02 -0700 Subject: [PATCH] chore(test-org): exclude modules from combined go updates --- infra/terraform/test-org/github/resources/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/terraform/test-org/github/resources/renovate.json b/infra/terraform/test-org/github/resources/renovate.json index a7822210d77..0bf057c78ee 100644 --- a/infra/terraform/test-org/github/resources/renovate.json +++ b/infra/terraform/test-org/github/resources/renovate.json @@ -47,6 +47,7 @@ }, { "matchManagers": ["regex", "gomod"], + "matchFileNames": ["!(modules/**)"], "groupName": "go modules and/or dev-tools" }, {