Skip to content

Commit

Permalink
fix: Fix dependabot ecosystem values (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkrtailor authored Sep 11, 2024
1 parent a9f2bad commit 58bdb71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,38 @@

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

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/mud-contracts/world/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/mud-contracts/smart-object-framework/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/mud-contracts/core/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/mud-contracts/common/constants" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/standard-contracts/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "pmpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/end-to-end-tests/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 58bdb71

Please sign in to comment.