Skip to content

Commit

Permalink
CI: Reduce dependabot frequency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dopplershift committed May 30, 2024
1 parent 5db06d2 commit 10d3eb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10d3eb2

Please sign in to comment.