File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ cooldown :
8+ default-days : 7
9+ groups :
10+ github-actions :
11+ patterns :
12+ - " *"
13+ - package-ecosystem : " uv"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ cooldown :
18+ default-days : 7
19+ groups :
20+ uv :
21+ patterns :
22+ - " *"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions: {}
1515
1616jobs :
1717 test :
18+ name : Unit tests
1819 runs-on : ubuntu-latest
1920
2021 permissions :
Original file line number Diff line number Diff line change 1- name : GitHub Actions Security Analysis with zizmor 🌈
1+ name : GitHub Actions Security Analysis with zizmor
22
33on :
44 push :
@@ -14,7 +14,7 @@ permissions: {}
1414
1515jobs :
1616 zizmor :
17- name : Run zizmor 🌈
17+ name : Run zizmor
1818 runs-on : ubuntu-latest
1919 permissions :
2020 contents : read # only needed for private repos
You can’t perform that action at this time.
0 commit comments