From 765df7c05dd6f84665b30bf7b2212066d42c9e87 Mon Sep 17 00:00:00 2001 From: Matt Cavanagh Date: Sat, 1 Apr 2023 20:05:48 +0200 Subject: [PATCH] Remove dependabot for npm --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38c68c46..dbdc3b6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,6 @@ --- version: 2 updates: - # Fetch and update latest `npm` packages - - package-ecosystem: npm - directory: '/' - schedule: - interval: weekly - day: "saturday" - open-pull-requests-limit: 10 - reviewers: - - maelstromeous - assignees: - - maelstromeous - commit-message: - prefix: fix - prefix-development: chore - include: scope # Fetch and update latest `github-actions` pkgs - package-ecosystem: github-actions directory: '/'