Skip to content

Commit 141eaee

Browse files
committed
feat: add TF dependabot config
1 parent 3301ef1 commit 141eaee

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,21 @@ updates:
1010
schedule:
1111
# Check for updates to GitHub Actions every month
1212
interval: monthly
13+
- package-ecosystem: terraform
14+
directory: /deployment/dev
15+
groups:
16+
terraform_dev:
17+
patterns:
18+
- "*"
19+
schedule:
20+
# Check for updates to Terraform every month
21+
interval: monthly
22+
- package-ecosystem: terraform
23+
directory: /deployment/prod
24+
groups:
25+
terraform_prod:
26+
patterns:
27+
- "*"
28+
schedule:
29+
# Check for updates to Terraform every month
30+
interval: monthly

0 commit comments

Comments
 (0)