Skip to content

Commit 7e83b51

Browse files
Fix dependabot.yml: change package-ecosystem from "pnpm" to "npm" (#733)
* Initial plan * fix: change dependabot package-ecosystem from pnpm to npm Co-authored-by: timothyfroehlich <5819722+timothyfroehlich@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timothyfroehlich <5819722+timothyfroehlich@users.noreply.github.com>
1 parent 1779b10 commit 7e83b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
# pnpm dependencies with different cooldowns per update type
4-
- package-ecosystem: "pnpm"
4+
- package-ecosystem: "npm"
55
directory: "/"
66
schedule:
77
interval: "daily"

0 commit comments

Comments
 (0)