Dependabot: Fix labels and ignore try-runtime-* (#3119)

This commit is contained in:
Bastian Köcher
2021-05-26 23:04:01 +02:00
committed by GitHub
parent 0a024e30b0
commit 418086bc42
+2 -1
View File
@@ -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"