From d3ba4a5f53cc426e8f0128585d36bb33df3ae53e Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:35:01 +0200 Subject: [PATCH] chore: set dependabot interval to "daily" this should allow users to get quicker updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 120c689..1230149 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily"