We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b2f8 commit 97f8d19Copy full SHA for 97f8d19
.github/dependabot.yml
@@ -10,3 +10,5 @@ updates:
10
directory: "/"
11
schedule:
12
interval: "daily"
13
+ ignore:
14
+ - dependency-name: abatilo/actions-poetry
.github/workflows/release-code.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run image
22
uses: abatilo/actions-poetry@v3.0.0
23
with:
24
- poetry-version: 1.8.3
+ poetry-version: 1.5.1
25
- name: build
26
run: poetry build
27
- name: Create GitHub release
0 commit comments