From e074f74a36a961ce701c83418b367bc30c9376c0 Mon Sep 17 00:00:00 2001 From: keiranjprice101 <44777678+keiranjprice101@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:35:33 +0000 Subject: [PATCH] Group dependency updates (#103) --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a80c16..3b24ee7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + python-packages: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" + groups: + action-packages: + patterns: + - "*"