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