From 418086bc4227f8e78e839267f3467714906df2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 26 May 2021 23:04:01 +0200 Subject: [PATCH] Dependabot: Fix labels and ignore `try-runtime-*` (#3119) --- polkadot/.github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/.github/dependabot.yml b/polkadot/.github/dependabot.yml index 7974e6e1d3..b03aff1830 100644 --- a/polkadot/.github/dependabot.yml +++ b/polkadot/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" - labels: ["A2-insubstantial", "B0-silent", "C1-low"] + labels: ["A2-insubstantial", "B0-silent", "C1-low 📌"] # Handle updates for crates from github.com/paritytech/substrate manually. ignore: - dependency-name: "substrate-*" @@ -12,5 +12,6 @@ updates: - dependency-name: "fork-tree" - dependency-name: "pallet-*" - dependency-name: "beefy-*" + - dependency-name: "try-runtime-*" schedule: interval: "daily"