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