Skip to content

Commit 2851dcd

Browse files
committed
Update Dependabot config for Tofu
1 parent be47824 commit 2851dcd

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,13 @@ updates:
1818
target-branch: dev
1919

2020
- package-ecosystem: terraform
21-
directory: '/iac/dev/app'
21+
directories:
22+
- '/iac/app'
23+
- '/iac/setup'
2224
schedule:
2325
interval: daily
2426
target-branch: dev
2527

26-
- package-ecosystem: terraform
27-
directory: '/iac/dev/setup'
28-
schedule:
29-
interval: daily
30-
target-branch: dev
31-
32-
# - package-ecosystem: terraform
33-
# directory: '/iac/modules/app'
34-
# schedule:
35-
# interval: daily
36-
# target-branch: dev
37-
#
38-
# - package-ecosystem: terraform
39-
# directory: '/iac/modules/setup'
40-
# schedule:
41-
# interval: daily
42-
# target-branch: dev
43-
4428
# For each of these, requesting reviews from your team makes Dependabot PRs easier to find (https://github.com/pulls/review-requested)
4529
# reviewers:
4630
# - byu-oit/your-github-team

0 commit comments

Comments
 (0)