Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from Nike-Inc/feature/dependabot_calming
Browse files Browse the repository at this point in the history
Update dependabot to monthly with 20 PRs
  • Loading branch information
shawn-sher authored May 12, 2021
2 parents 01434f1 + 81391a4 commit 3e4c7cd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: dep/dependency_upgrade_staging
open-pull-requests-limit: 50
open-pull-requests-limit: 20
schedule:
interval: "daily"
interval: "monthly"
time: "08:00"
timezone: "America/Los_Angeles"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: dep/dependency_upgrade_staging
open-pull-requests-limit: 10
open-pull-requests-limit: 20
schedule:
interval: daily
interval: "monthly"
time: "08:00"
timezone: "America/Los_Angeles"

0 comments on commit 3e4c7cd

Please sign in to comment.