From b78a96946bad5d4bde9c94bb4f2b2efcf5d465c6 Mon Sep 17 00:00:00 2001 From: Andrew Storms Date: Thu, 2 Jan 2025 10:46:15 -0800 Subject: [PATCH] Update dependabot.yml I forgot that dependabot just does yarn with the npm ecosystem. Removing the yarn section --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce95a626e..9098b3c13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,6 @@ updates: schedule: interval: "weekly" - # Update Yarn dependencies based on yarn.lock - - package-ecosystem: "yarn" - directory: "/" # Root directory - schedule: - interval: "weekly" - # Keep Dependabot itself up to date - package-ecosystem: "github-actions" directory: "/" # Root directory (or specify if actions are elsewhere)