From f19b2f4c2df64f3ccad427f68f15d0ef68742871 Mon Sep 17 00:00:00 2001 From: Marat Reymers Date: Wed, 22 Jun 2022 21:26:37 +0300 Subject: [PATCH] Enable dependabot for github-actions --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7edf8c..b2bbbc2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,7 @@ updates: directory: "/" schedule: interval: daily - time: "02:00" - open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily