Skip to content

Commit

Permalink
ci: enable PDM lockfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jan 25, 2024
1 parent c0896f1 commit 42fb824
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update Python dependencies with PDM

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 12 * * *"
workflow_dispatch:

jobs:
Expand All @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v4

- name: Update dependencies with PDM
# XXX Use the upstream version when repository is not private
uses: pdm-project/update-deps-action@main
with:
# The personal access token, default: ${{ github.token }}
Expand All @@ -26,6 +25,6 @@ jobs:
# The update strategy, can be 'reuse', 'eager' or 'all'
update-strategy: all
# Whether to install PDM plugins before update
install-plugins: "false"
install-plugins: "true"
# Whether commit message contains signed-off-by
sign-off-commit: "true"

0 comments on commit 42fb824

Please sign in to comment.