From 5902582c471efc28cf1e19eb70d0e8dd1890f4b3 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 15 Nov 2022 21:30:27 +0100 Subject: [PATCH] added gh-actions check for dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c..4776211 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"