We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d7c60 + 3d8d903 commit 4a5bfc6Copy full SHA for 4a5bfc6
.github/workflows/update-dependencies.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Install poetry up plugin
26
run: poetry self add poetry-plugin-up
27
- name: Run auto dependency update
28
- uses: NobodyXu/dependencies-autoupdate@v1.7
+ uses: mmwinther/dependencies-autoupdate@main
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
update-command: "poetry up --latest --no-interaction"
32
+ default-branch-name: "master"
0 commit comments