From e938879a9ad2d79937e76cb7984f686d510ec315 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 17 Sep 2026 23:00:38 -0700 Subject: [PATCH] Drop dependabot as repo is inactive. This repo is not in active use nor in active development. Disable dependabot until this repo is active once more. --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 234b07e..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 - -updates: - - # Keep dependencies for GitHub Actions up-to-date - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'monthly'