From 02fba12245cef5b314aca095f2b4ab46eb37a231 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 18 Nov 2023 21:41:12 +0100 Subject: [PATCH] Check for updates for github actions --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91e67e5c..deaa72b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,9 @@ updates: - package-ecosystem: "pub" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file