From 11b988d264fa53b9e667be75d2cef8e1df654ac0 Mon Sep 17 00:00:00 2001 From: aminya Date: Wed, 21 Jul 2021 17:59:40 -0500 Subject: [PATCH] chore: sync with the repository template --- .github/renovate.json | 6 +----- pnpm-workspace.yaml | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 pnpm-workspace.yaml 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: + - "."