From 44931fb31c3031e4fc4f618dc7a72740ee95df54 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Fri, 17 Oct 2025 11:20:44 -0700 Subject: [PATCH] remove dependabot updates --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index cc3185a1..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" # Don't change this despite the path being .github/workflows - schedule: - # Check for updates to GitHub Actions on the first day of the month - interval: "monthly" - - - package-ecosystem: "gomod" - directory: "/" - schedule: - # Check for updates to Go modules on the first day of the month - interval: "monthly"