From 597d045a6840d6ea4d2301cbf000636d28c15c11 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 9 Nov 2020 19:07:28 +0100 Subject: [PATCH 1/2] .github: Add dependabot config and thus enable dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..219c13acb04bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" From f321f5e170ff8a30aae705780403daa9ca0f719c Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 11 Nov 2020 15:43:51 +0100 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Pierre Krieger --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13acb04bc..d782bb80f7539 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,5 +2,6 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + labels: ["A2-insubstantial", "B0-silent", "C1-low"] schedule: interval: "daily"