From 63affd93eff44d2b8aa4739ec288944c4af863ed Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 31 Oct 2024 13:54:00 +0100 Subject: [PATCH] add dependabot config for terraform Signed-off-by: cpanato --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3075951..ff0aadd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,3 +36,14 @@ updates: update-types: - "minor" - "patch" + + - package-ecosystem: "terraform" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + directory: "/iac" + groups: + all: + update-types: + - "minor" + - "patch"