From 542f3f7b49c62d4e5128f409bd3b690710b1d0d6 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Wed, 18 Mar 2026 03:07:15 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20dependabot.yml=20=E2=80=94=20?= =?UTF-8?q?we=20use=20Renovate=20for=20dependency=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This repo already has renovate.json configured. The dependabot.yml was added in error and creates conflicting dependency update PRs. Removing it to consolidate on Renovate as the single dependency management tool. Co-Authored-By: Paperclip --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index bb9704d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - open-pull-requests-limit: 5 - labels: - - "dependencies" - - "ci" - -- 2.52.0