From af25e3127c466ad88960e3ab6f9308cbb74023ce Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Wed, 1 Jan 2025 16:51:14 +0100 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8ce9275..f24e416 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - - package-ecosystem: "pub" + interval: "monthly" + - package-ecosystem: "gradle" directory: "/" schedule: - interval: "daily" + interval: "monthly"