diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 340940b..fb91019 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,7 +13,7 @@ ], postUpgradeTasks: { commands: [ - 'npm install -g pnpm@9.12.2', + 'npm install -g pnpm@9.12.3', 'pnpm install --frozen-lockfile --ignore-scripts', 'git checkout -- .npmrc', 'pnpm run build', diff --git a/package.json b/package.json index 3ebb043..e62d590 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0-development", "description": "GitHub App template repository", "private": true, - "packageManager": "pnpm@9.12.2", + "packageManager": "pnpm@9.12.3", "author": "Marcus R. Brown ", "license": "MIT", "repository": "github:bfra-me/github-app",