Skip to content

Commit

Permalink
Merge pull request #59 from Mr-Sunglasses/main
Browse files Browse the repository at this point in the history
feat: Update deps action for pdm
  • Loading branch information
Mr-Sunglasses authored May 2, 2024
2 parents 50d25fa + bda7adc commit 626c663
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update dependencies

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

jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Update dependencies
uses: pdm-project/update-deps-action@main
with:
install-plugins: 'true'

0 comments on commit 626c663

Please sign in to comment.