From f991868e3ba4cf8ee6f5aa221e96d6d6334d5a8a Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Thu, 7 Dec 2023 09:24:44 -0700 Subject: [PATCH] desktop-client/ci: disable dependabot for npm --- .github/dependabot.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1597d26..db7f683 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,3 @@ updates: schedule: interval: 'monthly' open-pull-requests-limit: 50 - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'monthly' - open-pull-requests-limit: 50