Skip to content

Commit

Permalink
added dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-129 committed Oct 9, 2024
1 parent 8b791e3 commit bcfdcbc
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 bcfdcbc

Please sign in to comment.