From 45a45be9b8e831296687f1a1f66dbffae9e983ba Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Wed, 18 May 2022 17:09:41 +0300 Subject: [PATCH] add GHA checks to dependabot (#1270) * add GHA checks to dependabot * Update .github/dependabot.yml Co-authored-by: Chevdor Co-authored-by: Chevdor --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f1dd78191..2e9f57f539 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,8 @@ updates: - dependency-name: "westend-*" schedule: interval: "daily" + - package-ecosystem: github-actions + directory: '/' + labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"] + schedule: + interval: daily