From be3d257f8e192df675577ca428c11ab96fcd06af Mon Sep 17 00:00:00 2001 From: Tom Cobb Date: Wed, 24 Jan 2024 12:20:09 +0000 Subject: [PATCH] Group dependabot for top level --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb7c6ee6..4d7dd504 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,17 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" + groups: + actions: + patterns: + - "*" - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily" + groups: + dev-dependencies: + patterns: + - "*"