From 8ee192a378638e7c66950c5d72d5041c12eb8e21 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 19 Jan 2026 19:42:48 -0700 Subject: [PATCH] group updates from dependabot; move to monthly --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ffc5236..a1fea77 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,11 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every week - interval: "weekly" + interval: "monthly" + groups: + github-actions: + patterns: + - "*" # Perform checks and updates for python uv environment. # This depends on changes to dependabot via: @@ -24,7 +28,7 @@ updates: directory: "/" schedule: # Check for updates to uv environment files every week - interval: "weekly" + interval: "monthly" groups: python-packages: patterns: