diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ce313f1..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'daily' - time: '06:00' - allow: - - dependency-name: '@metamask/*' - target-branch: 'main' - versioning-strategy: 'increase' - open-pull-requests-limit: 10 - groups: - snaps: - patterns: - - '@metamask/snaps-*' diff --git a/README.md b/README.md index 483619b..aceadc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Snap Keyring +> [!WARNING] +> This package has been moved into a +> [new monorepo](https://github.com/MetaMask/accounts/tree/main/packages/eth-snap-keyring). +> This repository is no longer in use, and pull requests will no longer be accepted. + This keyring acts as a bridge between the `KeyringController` and a snap. ## Installation