From 7bf83c6ae29216d01f0fbce89797902334aa9f90 Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Fri, 10 Jan 2025 12:57:17 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84ndere=20das=20Update-Intervall=20in=20dep?= =?UTF-8?q?endabot.yml=20auf=20t=C3=A4glich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3aaefb..f4ebbdf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "gradle" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" # How often to check for updates + interval: "daily" # daily, weekly, monthly