Skip to content

Commit

Permalink
Merge branch 'master' into apeabody-patch-11
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jul 18, 2024
2 parents 628d5a3 + ab386e9 commit fa41611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
{
"matchDepTypes": ["require"],
"postUpdateOptions": ["gomodTidy"],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"groupName": "GO modules"
},
{
"matchPackageNames": ["go"],
"allowedVersions": "1.22",
"postUpdateOptions": ["gomodTidy"]
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
}
],
"regexManagers": [
Expand Down
11 changes: 5 additions & 6 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -823,12 +823,11 @@ locals {
topics = local.common_topics.da
},
{
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo", "erictune", "yliaog", "sleighton2022", "apeabody"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
enable_periodic = true
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo", "erictune", "yliaog", "sleighton2022", "apeabody"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
},
{
name = "terraform-genai-rag"
Expand Down

0 comments on commit fa41611

Please sign in to comment.