From 7a210d941e76da6ea7a0e98629da83ff8911d7a2 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 12 Jul 2023 14:33:57 +0300 Subject: [PATCH] chore: remove invalid dependabot config for example templates (#8452) --- .github/dependabot.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9f96a90ab1..d2be055ad8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -93,23 +93,6 @@ updates: update-types: - version-update:semver-major - - package-ecosystem: "terraform" - directory: "/examples/templates" - schedule: - interval: "monthly" - time: "06:00" - timezone: "America/Chicago" - commit-message: - prefix: "chore" - labels: [] - ignore: - # We likely want to update this ourselves. - - dependency-name: "coder/coder" - groups: - examples-terraform: - patterns: - - "*" - # Update dogfood. - package-ecosystem: "docker" directory: "/dogfood/"