Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M authored May 22, 2024
1 parent 65b50f3 commit a5b0d1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "pnpm"
- package-ecosystem: "npm"
directory: "/" # Workspace
schedule:
interval: "weekly"
Expand All @@ -9,7 +9,7 @@ updates:
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "pnpm" # darkroom
- package-ecosystem: "npm" # darkroom
directory: "/packages/darkroom"
schedule:
interval: "weekly"
Expand All @@ -18,7 +18,7 @@ updates:
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "pnpm" # safelight
- package-ecosystem: "npm" # safelight
directory: "/packages/safelight"
schedule:
interval: "weekly"
Expand All @@ -27,7 +27,7 @@ updates:
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "pnpm" # timeline
- package-ecosystem: "npm" # timeline
directory: "/packages/timeline"
schedule:
interval: "weekly"
Expand All @@ -36,7 +36,7 @@ updates:
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "pnpm" # shared
- package-ecosystem: "npm" # shared
directory: "/packages/shared"
schedule:
interval: "weekly"
Expand Down

0 comments on commit a5b0d1f

Please sign in to comment.