From 1f4e05bc3a00d09067b8163e46c7b88cbe46e0e7 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 1 Dec 2024 13:03:28 +0000 Subject: [PATCH] feat: Removing Terraform from Dependabot This run was failing as there are no Terraform files in the root of the repo. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dc0feb..fb2488a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,3 @@ updates: interval: "weekly" commit-message: prefix: "fix(dependabot)" - - package-ecosystem: "terraform" - directory: "/" - schedule: - interval: "weekly" - commit-message: - prefix: "fix(dependabot)"