Skip to content

Update Python Poetry packages #1

Update Python Poetry packages

Update Python Poetry packages #1

Workflow file for this run

name: Update Python Poetry packages
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs:
update-packages:
runs-on: ubuntu-latest
steps:
- uses: Apakottur/action-poetry-package-update@v1
with:
base-branch: main