Skip to content

Commit

Permalink
Merge pull request #359 from ayush-129/integrating-dependabot
Browse files Browse the repository at this point in the history
Integrating dependabot
  • Loading branch information
Mr-Sunglasses authored Oct 9, 2024
2 parents af6b436 + bcfdcbc commit 8acaf55
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
open-pull-requests-limit: 5 #I've included an optional limit of 5 open pull requests at any given time from Dependabot to avoid overwhelming your project with too many update PRs.

0 comments on commit 8acaf55

Please sign in to comment.