Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a0def95

Browse files
committed
chore: use pnpm 5 for renovate
1 parent 8b724b2 commit a0def95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"semanticCommitType": "fix"
1818
}
1919
],
20-
"postUpgradeTasks": {
21-
"commands": ["pnpm install"],
22-
"fileFilters": ["pnpm-lock.yaml"]
20+
"constraints": {
21+
"pnpm": "5"
2322
}
2423
}

0 commit comments

Comments
 (0)