From e51266e4ad4fb7666a6c7cb9546309e217a8e180 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 2 May 2022 21:45:46 +0300 Subject: [PATCH] dependabot: enable github-actions checking --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b163e22..4e45705 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" +