From 10d3eb2f477966028f88fe85ede7a93c205f0db4 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 30 May 2024 15:11:55 -0600 Subject: [PATCH] CI: Reduce dependabot frequency Weekly will still get us updates frequently enough, but might hopefully reduce some noise around quick point releases, as well as give more time for conda-forge to update and avoid false fails and associated CI re-runs. --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f00a7b22d8f..a1d019fb8b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,7 @@ updates: - package-ecosystem: pip directory: "/ci" schedule: - interval: daily - time: "06:00" - timezone: "America/Denver" + interval: weekly allow: - dependency-type: all open-pull-requests-limit: 10 @@ -35,7 +33,7 @@ updates: - "/.github/actions/install-pypi" - "/.github/actions/run-tests" schedule: - interval: "daily" + interval: weekly allow: - dependency-type: all open-pull-requests-limit: 10