Skip to content

Commit b402067

Browse files
authored
Update readme.md
1 parent 54e3182 commit b402067

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ permissions:
2222
contents: write
2323
pull-requests: write
2424

25+
concurrency:
26+
group: ${{ github.workflow }}
27+
cancel-in-progress: true
28+
2529
jobs:
2630
update:
2731
runs-on: ubuntu-latest
2832
steps:
29-
- uses: scientific-python/spec0-action@v1
33+
- uses: scientific-python/spec0-action@8b8b76f254aecce36e6f07de7dde174cb3cafa81 # v1.3
34+
with:
35+
update_all: 2 # also bump non-SPEC0 deps older than 2 years
3036
```
3137
3238
No PAT required.

0 commit comments

Comments
 (0)