From 8f0c84ddc7fe3a4014d0c3056aab2082549630e8 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Mon, 13 Jul 2026 15:34:21 -0600 Subject: [PATCH] chore: remove Dependabot configuration Drop .github/dependabot.yml, which drove weekly cargo and github-actions update PRs. The steady stream of version-bump PRs was more noise than the updates were worth; dependencies can be bumped deliberately when a change actually calls for it. Stops Dependabot from opening further PRs once this lands on trunk. The four already-open PRs were closed alongside this change. --- .github/dependabot.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 841fa18..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 5 - groups: - cargo-minor-patch: - update-types: - - minor - - patch - - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - groups: - github-actions: - patterns: - - "*"