From fae53be081741cba663e7f5488c3bedd228c8eeb Mon Sep 17 00:00:00 2001 From: darksaid98 Date: Tue, 27 Feb 2024 12:29:49 +0100 Subject: [PATCH] ci: run dependabot daily --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60cfd97..377a6ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" commit-message: prefix: "ci:" target-branch: "main" - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" + interval: "daily" commit-message: prefix: "build:" target-branch: "main"