Skip to content

Commit

Permalink
limit dependabot to production dependencies only
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Jun 25, 2024
1 parent 125f279 commit 36dd81a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"

0 comments on commit 36dd81a

Please sign in to comment.