Skip to content

Commit

Permalink
chore: fix dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 2, 2025
1 parent c63d740 commit 43c618b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
node-version: 22
cache: pnpm

- run: pnpm up --latest --exclude zigbee-herdsman-converters
- run: |
pnpm self-update
pnpm up --latest --filter '!zigbee-herdsman-converters'
- uses: peter-evans/create-pull-request@v7
id: cpr
Expand Down

0 comments on commit 43c618b

Please sign in to comment.