Skip to content

Commit

Permalink
Auto update deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh-Baral committed Sep 15, 2024
1 parent 1c1a499 commit 53694a2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/update-backend-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@ jobs:
- name: Update dependencies
uses: pdm-project/update-deps-action@main
with:
token: ${{ secrets.GH_TOKEN }}
commit-message: "chore: Update pdm.lock"
# The PR title
pr-title: "Update dependencies"
# The update strategy, can be 'reuse', 'eager' or 'all'
update-strategy: reuse
# The save strategy, can 'compatible', 'wildcard', 'exact' or 'minimum'
save-strategy: minimum
commit-message: "chore: Update backend dependencies"
# Ignore the version constraint of packages in pyproject.toml
unconstrained: false
# Whether to install PDM plugins before update
install-plugins: "false"
# Whether commit message contains signed-off-by
sign-off-commit: "false"
# so that deps are updated to the latest version
unconstrained: true

0 comments on commit 53694a2

Please sign in to comment.