From 06608eca1ba564fb82a7af6d6686f8bc15d0e063 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 17 Oct 2023 16:46:12 -0700 Subject: [PATCH] Add terraform dependabot (#2392) Refs #2360 --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2abc02e48..d843cdda6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,8 +39,12 @@ updates: directory: "kotlin/android/" schedule: interval: "daily" + - package-ecosystem: "gradle" + directory: "kotlin/android/app/" + schedule: + interval: "daily" - package-ecosystem: "swift" - directory: "swift/apple/FirezoneKit/" + directory: "swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/" schedule: interval: "daily" - package-ecosystem: "npm" @@ -51,3 +55,7 @@ updates: directory: "elixir/apps/web/assets/" schedule: interval: "daily" + - package-ecosystem: "terraform" + directory: "terraform/environments/staging/" + schedule: + interval: "daily"