Skip to content

Commit e20b611

Browse files
committed
feat: bump poetry packages
1 parent e1ab18e commit e20b611

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/poetry_deps.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Python Poetry packages
2+
3+
on:
4+
# Allow manual triggers.
5+
workflow_dispatch:
6+
7+
# Automatically run once a week.
8+
schedule:
9+
- cron: "0 7 * * MON"
10+
11+
jobs:
12+
update-packages:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: Apakottur/action-poetry-package-update@v1
16+
with:
17+
base-branch: main

0 commit comments

Comments
 (0)