Skip to content

Commit

Permalink
chore: add back example-foundation to renovate config (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Nov 10, 2023
1 parent f23b405 commit 8448771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/terraform/test-org/github/protection.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8448771

Please sign in to comment.