From da50392ce3c81174f7acb0d15a9b977aa6d549c2 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Mon, 7 Oct 2024 10:51:57 +0200 Subject: [PATCH] chore!: deprecate + notice about monorepo + remove dependabot (#181) --- .github/dependabot.yml | 15 --------------- README.md | 5 +++++ 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 098d74c..0000000 --- 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 8097051..e976d12 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Simple Keyring +> [!WARNING] +> This package has been moved into a +> [new monorepo](https://github.com/MetaMask/accounts/tree/main/packages/keyring-eth-simple). +> This repository is no longer in use, and pull requests will no longer be accepted. + A simple JS class wrapped around [ethereumjs-wallet](https://github.com/ethereumjs/ethereumjs-wallet) designed to expose an interface common to many different signing strategies to be used in a `KeyringController`; such as the one used in [MetaMask](https://metamask.io/) ## The Keyring Class Protocol