From e04cb147a321380f991252af692eecb5433e34a4 Mon Sep 17 00:00:00 2001 From: Greg Brail Date: Sun, 30 Jun 2024 02:21:07 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6c268752..b4c76bbe5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,17 @@ updates: directory: "/" # Allow dependabot to run on GitHub Actions open-pull-requests-limit: 1 + schedule: + interval: "weekly" + day: "saturday" + time: "12:00" # Maintain Gradle Dependencies - package-ecosystem: "gradle" directory: "/" # Allow Dependabot to run on code open-pull-requests-limit: 1 + schedule: + interval: "weekly" + day: "saturday" + time: "12:00"