From 0dbd423f17f4e3a1fd747e04d24d0488386c2cae Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Sun, 25 May 2025 03:01:47 +0500 Subject: [PATCH] chore: enable dependabot for terraform modules #18027 got merged to the wrong branch --- .github/dependabot.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 3212c07c8b306..9cdca1f03d72c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -104,3 +104,21 @@ updates: update-types: - version-update:semver-major open-pull-requests-limit: 15 + + - package-ecosystem: "terraform" + directories: + - "dogfood/*/" + - "examples/templates/*/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore" + groups: + coder: + patterns: + - "registry.coder.com/coder/*/coder" + labels: [] + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-major