diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 098d74c2..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +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-if-necessary' - open-pull-requests-limit: 10 diff --git a/README.md b/README.md index 66c5ed0a..5c772cad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # eth-ledger-bridge-keyring [![CircleCI](https://circleci.com/gh/MetaMask/eth-ledger-bridge-keyring.svg?style=svg)](https://circleci.com/gh/MetaMask/eth-ledger-bridge-keyring) +> [!WARNING] +> This package has been moved into a +> [new monorepo](https://github.com/MetaMask/accounts/tree/main/packages/keyring-eth-ledger-bridge). +> This repository is no longer in use, and pull requests will no longer be accepted. + An implementation of MetaMask's [Keyring interface](https://github.com/MetaMask/eth-simple-keyring#the-keyring-class-protocol), that uses a Ledger hardware wallet for all cryptographic operations. In most regards, it works in the same way as