From 6182ee90f0c84a997a8da3e0d1697f1ee3bf879f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 10 May 2024 20:14:37 +0300 Subject: [PATCH] chore: remove dependabot config for dogfood template (#13230) --- .github/dependabot.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b2a815a042..fecbe9ba95 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -112,17 +112,3 @@ updates: offlinedocs: patterns: - "*" - - # Update dogfood. - - package-ecosystem: "terraform" - directory: "/dogfood/" - schedule: - interval: "weekly" - time: "06:00" - timezone: "America/Chicago" - commit-message: - prefix: "chore" - labels: [] - ignore: - # We likely want to update this ourselves. - - dependency-name: "coder/coder"