From f2af99dc527b0b40e178e5e4d43912452d8571b3 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 17 Feb 2021 19:28:08 +0000 Subject: [PATCH] Add github-actions to dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344..aad738c 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"