Skip to content

Commit

Permalink
ci: add dependabot terraform deps (#209)
Browse files Browse the repository at this point in the history
* add terraform lock files

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>

* update dependabot with terraform directories

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>

---------

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar authored May 12, 2024
1 parent aed397f commit f8061d5
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: terraform
directories:
- /stacks/sample_bucket
- /stacks/sample_instance
schedule:
interval: weekly
25 changes: 25 additions & 0 deletions stacks/sample_bucket/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions stacks/sample_instance/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8061d5

Please sign in to comment.