From cf221f50515f80d58d8cd4fb3f8c8ae977374adc Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Thu, 21 Nov 2024 09:01:09 -0500 Subject: [PATCH] Make dependabot weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d28b53..f205dfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" groups: python-packages: patterns: @@ -18,7 +18,7 @@ updates: # default location of `.github/workflows` directory: "/" schedule: - interval: "daily" + interval: "weekly" groups: github-actions: patterns: