From 493717c725e6fff7b2dcfbad6b16199ce3dae311 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 29 Oct 2021 12:07:12 +0200 Subject: [PATCH] Dependabot enable GH Actions (#76) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29..2b77c4d 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"