From f5aae11ddf236d90f22da8de2d329ca8ec4090f2 Mon Sep 17 00:00:00 2001 From: Matt Jarrett <16245634+cujarrett@users.noreply.github.com> Date: Thu, 20 Jan 2022 21:22:11 -0600 Subject: [PATCH] feat: adds dependabot terraform support (#127) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1557fac..e80959e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: include: "scope" reviewers: - "cujarrett" +- package-ecosystem: terraform + directory: "/terraform" + schedule: + interval: weekly