From bd225c793875d734b7eeb8357b0825c5a366eec2 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Thu, 19 May 2022 00:26:44 +0300 Subject: [PATCH] add GHA support to dependabot (#11448) * add GHA support to dependabot * fix formatting * add labels * add label --- substrate/.github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/substrate/.github/dependabot.yml b/substrate/.github/dependabot.yml index a321729dcbc..cca9219e6c5 100644 --- a/substrate/.github/dependabot.yml +++ b/substrate/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: labels: ["A2-insubstantial", "B0-silent", "C1-low 📌"] schedule: interval: "daily" + - package-ecosystem: github-actions + directory: '/' + labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"] + schedule: + interval: daily -- GitLab