From 75b96b807c40481795d2dbfd794f372ac5b11886 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Thu, 22 Dec 2022 12:54:34 +0200 Subject: [PATCH] fix dependabot labels --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fb899fd4366..665e9417256a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,6 @@ updates: interval: "daily" - package-ecosystem: github-actions directory: '/' - labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"] + labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E2-dependencies"] schedule: interval: daily