From 9b4b4a05fae7c8f9c843a330ddcfcf3731e48242 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 27 Oct 2020 14:53:38 -0230 Subject: [PATCH] Add eth-contract-metadata to Dependabot auto-updates (#9734) This change adds `eth-contract-metadata` to the list of packages that Dependabot will autoupdate. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3c2610e72..d35290252 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,5 @@ updates: interval: "daily" allow: - dependency-name: "@metamask/*" + - dependency-name: "eth-contract-metadata" versioning-strategy: "lockfile-only"