From 46163dadca3c1609b4245cb9b37f770b758afd6a Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Thu, 22 Jan 2026 17:40:31 +0000 Subject: [PATCH] feat(pla-111): Update the Juicebox TF module This is a dependabot config to keep the juicebox TF module up to date so it can be used with our up to date code to deploy this module. --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..39322c6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "terraform" + directory: "/gcp" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + rebase-strategy: "auto" + labels: + - "deps" + - "dependabot" + commit-message: + prefix: "chore(deps)" + include: "scope"