Skip to content

Commit

Permalink
Fix Dependabot path to TF, also get TF provider updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryGSC committed Jun 24, 2024
1 parent 356615a commit 98ef15b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98ef15b

Please sign in to comment.