summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-11 19:08:10 -0500
committerseth <[email protected]>2023-12-12 22:43:30 -0500
commit03cea3ba8fea453fa5ca1611c7d8af152e2fcaaa (patch)
treec3f8895328329485714a5e51d928af1bf9892d46 /.github/dependabot.yml
parent988e00c510b1cc6b50e2211c4d0e8852463b1741 (diff)
start using opentofu
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1d662ce..2f4695a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,3 +6,9 @@ updates:
interval: "weekly"
commit-message:
prefix: "actions"
+ - package-ecosystem: "terraform"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "tofu"