From 98ef15b25241dd52795aab8862da744b78a1a820 Mon Sep 17 00:00:00 2001 From: Gary Crye Date: Thu, 27 Jul 2023 13:26:32 -0600 Subject: [PATCH] Fix Dependabot path to TF, also get TF provider updates --- .github/dependabot.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 733d0b6c..72c48281 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,29 +27,17 @@ updates: target-branch: dev - package-ecosystem: terraform - directory: '/terraform-iac/dev/app' + directory: '/terraform-iac/app' schedule: interval: daily target-branch: dev - package-ecosystem: terraform - directory: '/terraform-iac/dev/setup' + directory: '/terraform-iac/setup' schedule: interval: daily target-branch: dev -# - package-ecosystem: terraform -# directory: '/terraform-iac/modules/app' -# schedule: -# interval: daily -# target-branch: dev -# -# - package-ecosystem: terraform -# directory: '/terraform-iac/modules/setup' -# schedule: -# interval: daily -# target-branch: dev - # For each of these, requesting reviews from your team makes Dependabot PRs easier to find (https://github.com/pulls/review-requested) # reviewers: # - byu-oit/your-github-team