From 8448771e430ebee9804e985808bfdfe68492b9a7 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 10 Nov 2023 15:22:35 -0800 Subject: [PATCH] chore: add back example-foundation to renovate config (#1963) --- infra/terraform/test-org/github/protection.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/terraform/test-org/github/protection.tf b/infra/terraform/test-org/github/protection.tf index ef4a110c562..ce2332d5631 100644 --- a/infra/terraform/test-org/github/protection.tf +++ b/infra/terraform/test-org/github/protection.tf @@ -58,10 +58,9 @@ module "branch_protection_gcp" { providers = { github = github.gcp } } -// terraform-example-foundation renovate is a special case - below module "renovate_json_tgm" { source = "../../modules/repo_file" - repo_list = { for k, v in module.repos_tgm.repos : k => v if k != "terraform-example-foundation" } + repo_list = module.repos_tgm.repos filename = ".github/renovate.json" content = file("${path.module}/resources/renovate-repo-config.json") providers = { github = github }