From 9047d70ceb59d9d6cf02c3028a63df14874464ef Mon Sep 17 00:00:00 2001 From: "Robbin \"Roboroads\" Schepers" Date: Tue, 16 Jul 2024 21:40:34 +0200 Subject: [PATCH] chore: put dependabot to weekly checks --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3121f6..0c8a28f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,17 +4,17 @@ updates: directory: "/" target-branch: "main" schedule: - interval: "daily" + interval: "weekly" groups: - all: + gradle: patterns: - "*" - package-ecosystem: "github-actions" directory: "/" target-branch: "main" schedule: - interval: "daily" + interval: "weekly" groups: - all: + github-actions: patterns: - "*"