diff --git a/.github/renovate.json b/.github/renovate.json index cd5e769..7b36e66 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,9 +16,5 @@ "groupName": "dependencies", "semanticCommitType": "fix" } - ], - "postUpgradeTasks": { - "commands": ["pnpm install"], - "fileFilters": ["pnpm-lock.yaml"] - } + ] } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..ccbac80 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - "."