From d6760758259a4c09faf4f911200c803ade4ad1a8 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Fri, 8 Nov 2024 12:05:11 -0800 Subject: [PATCH] chore: removing dependabot file as part of migration process --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 80313d71..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'daily' - time: '06:00' - allow: - - dependency-name: '@metamask/*' - target-branch: 'main' - versioning-strategy: 'increase-if-necessary' - open-pull-requests-limit: 10