We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148f9c commit 6b46a63Copy full SHA for 6b46a63
.github/workflows/dependabot-lockfile.yml
@@ -39,6 +39,9 @@ jobs:
39
node-version: 20
40
cache: pnpm
41
42
+ - name: Format package.json files with syncpack
43
+ run: pnpm syncpack format
44
+
45
- name: Regenerate lockfile
46
run: pnpm install --no-frozen-lockfile
47
@@ -56,6 +59,6 @@ jobs:
56
59
run: |
57
60
git config user.name "dependabot[bot]"
58
61
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
- git add pnpm-lock.yaml
- git commit -m "chore(deps): update lockfile"
62
+ git add -A
63
+ git commit -m "chore(deps): format package.json and update lockfile"
64
git push origin "$PR_HEAD_REF"
0 commit comments