Skip to content

Commit

Permalink
specify npm and bundler package ecosystems
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson authored Feb 1, 2024
1 parent 3260d02 commit 5a6497b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 5a6497b

Please sign in to comment.