From 954ae841916d0456e2d408ea3ffeb9915e94453e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 2 May 2022 22:42:53 +0300 Subject: [PATCH] dependabot: enable github-actions package-ecosystem --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b163e22..bdc607f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"