Skip to content

Commit

Permalink
PLAT-4234: Dependabot tracks terraform modules (#14)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Fraenkel authored Dec 7, 2022
1 parent 2f22f37 commit 22145bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- checkout

- terraform/install:
terraform_version: '1.3.5'
terraform_version: '1.3.6'

- terraform/fmt:
path: .
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
version: 2

updates:
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "terraform"
directory: "/tests"
schedule:
interval: "daily"

0 comments on commit 22145bf

Please sign in to comment.