From d4f24c4c16a415ad5b761f443a610381bc7a7b41 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Sat, 11 Jun 2022 13:44:41 +0300 Subject: [PATCH] Add GHA to dependabot (#1280) * add gha to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13acb04..fc4483685fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily