From ee4957e72102176c407cc12c66677ceb105da8d5 Mon Sep 17 00:00:00 2001 From: Lindwen Date: Mon, 8 Jul 2024 12:44:42 +0200 Subject: [PATCH] chore: Update dependabot configuration for daily updates of github-actions package --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3722537..f888e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" \ No newline at end of file