From 944ef50a3e0d09772d1ddfe71fad293f6f04744a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:12:09 +0000 Subject: [PATCH] Update Terraform github to v6.10.2 --- envs/github/main.tf | 2 +- modules/github/global_labels/main.tf | 2 +- modules/github/release_tools_configs/main.tf | 2 +- system/github/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envs/github/main.tf b/envs/github/main.tf index 02024b3..bd67c49 100644 --- a/envs/github/main.tf +++ b/envs/github/main.tf @@ -8,7 +8,7 @@ terraform { } github = { source = "integrations/github" - version = "6.7.1" + version = "6.10.2" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 70d7da0..da47849 100644 --- a/modules/github/global_labels/main.tf +++ b/modules/github/global_labels/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.10.2" } } } diff --git a/modules/github/release_tools_configs/main.tf b/modules/github/release_tools_configs/main.tf index cc73177..50deff4 100644 --- a/modules/github/release_tools_configs/main.tf +++ b/modules/github/release_tools_configs/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.10.2" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 5db9a9e..abf2fbe 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.10.2" } gitlab = { source = "gitlabhq/gitlab"