From 17c756b9eb0d9c6eb2a1aa4b161cd558ce6b8f56 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:26:49 +0100 Subject: [PATCH] Remove dependabot grouping --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5336703..d1d7c0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,4 @@ updates: - "/docs" - "/test" schedule: - interval: "weekly" - groups: - # Group all Julia package updates into a single PR: - all-julia-packages: - patterns: - - "*" \ No newline at end of file + interval: "daily" \ No newline at end of file