Skip to content

Commit

Permalink
Merge pull request #3523 from dopplershift/dependabot-weekly
Browse files Browse the repository at this point in the history
Reduce dependabot frequency to weekly
  • Loading branch information
dcamron authored May 31, 2024
2 parents b1a6f93 + 10d3eb2 commit c3309f8
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 c3309f8

Please sign in to comment.