From 1d12bfb107811b493d6e7fdac14f358277a162b3 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 27 Apr 2021 09:01:07 +0200 Subject: [PATCH] dependabot: check github actions for updates. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36b24f2..c72f705 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"