File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 2f83523
2+ _commit : dcfbd4b
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
711 labels :
812 - " part: github_actions"
913
@@ -13,6 +17,10 @@ updates:
1317 interval : " monthly"
1418 cooldown :
1519 default-days : 7
20+ groups :
21+ python :
22+ patterns :
23+ - " *"
1624 labels :
1725 - " lang: python"
1826 - " part: dependencies"
Original file line number Diff line number Diff line change 3434 persist-credentials : false
3535
3636 - name : Setup Python
37- uses : actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
37+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
3838 with :
3939 version : " 3.11"
4040
@@ -74,12 +74,12 @@ jobs:
7474 run : make dist
7575
7676 - name : Test wheel
77- uses : actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
77+ uses : actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
7878 with :
7979 module : hatch_javascript
8080
8181 - name : Test source distribution
82- uses : actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
82+ uses : actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
8383 with :
8484 module : hatch_javascript
8585
You can’t perform that action at this time.
0 commit comments