From e98273b0c2b8bec2724504280c8ca94ba2d1bea1 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Wed, 18 May 2022 17:08:58 +0300 Subject: [PATCH] add GHA support to dependabot (#5544) * add GHA support to dependabot * add labels * Update .github/dependabot.yml Co-authored-by: Chevdor Co-authored-by: Chevdor --- polkadot/.github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/polkadot/.github/dependabot.yml b/polkadot/.github/dependabot.yml index 3a1d568c8f..b49246776c 100644 --- a/polkadot/.github/dependabot.yml +++ b/polkadot/.github/dependabot.yml @@ -19,3 +19,8 @@ updates: - dependency-name: "sub-tokens" schedule: interval: "daily" + - package-ecosystem: github-actions + directory: '/' + labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"] + schedule: + interval: daily