From 9be2f0833c45529b2c5d9252c80403b6518f6f07 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:24:38 +0000 Subject: [PATCH] fix: correct .github/dependabot.yml syntax and add terraform - Corrected the indentation and added the missing hyphen for the pip entry. - Added the terraform ecosystem to the updates list as per project requirements. - Ensured the YAML structure is valid for Dependabot. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com> --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 890b4d5..f1d64cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - package-ecosystem: "pip" + - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" @@ -24,3 +24,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "terraform" + directory: "/" + schedule: + interval: "weekly"