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 : 71014c6
2+ _commit : 24f3985
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 @@ -3,14 +3,16 @@ updates:
33 - package-ecosystem : " github-actions"
44 directory : " /"
55 schedule :
6- interval : " weekly "
6+ interval : " monthly "
77 labels :
88 - " part: github_actions"
99
1010 - package-ecosystem : " pip"
1111 directory : " /"
1212 schedule :
1313 interval : " monthly"
14+ cooldown :
15+ default-days : 7
1416 labels :
1517 - " lang: python"
1618 - " part: dependencies"
Original file line number Diff line number Diff line change 3333 python-version : ["3.11", "3.12", "3.13"]
3434
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737
3838 - uses : actions-ext/python/setup@main
3939 with :
@@ -55,18 +55,18 @@ jobs:
5555 run : make coverage
5656
5757 - name : Upload test results (Python)
58- uses : actions/upload-artifact@v7
58+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5959 with :
6060 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6161 path : junit.xml
6262
6363 - name : Publish Unit Test Results
64- uses : EnricoMi/publish-unit-test-result-action@v2
64+ uses : EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
6565 with :
6666 files : ' **/junit.xml'
6767
6868 - name : Upload coverage
69- uses : codecov/codecov-action@v6
69+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
7070 with :
7171 token : ${{ secrets.CODECOV_TOKEN }}
7272
8181 with :
8282 module : hatch_cpp
8383
84- - uses : actions/upload-artifact@v7
84+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8585 with :
8686 name : dist-${{matrix.os}}
8787 path : dist
You can’t perform that action at this time.
0 commit comments