File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 2
2- updates :
3- - package-ecosystem : " pip"
4- directory : " /" # Location of package manifests
5- schedule :
6- interval : " weekly"
1+ version : 2
2+ updates :
3+ - package-ecosystem : " pip"
4+ directory : " /" # Location of package manifests
5+ schedule :
6+ interval : " weekly"
7+ - package-ecosystem : " github-actions"
8+ directory : " /"
9+ groups :
10+ github-actions :
11+ patterns : ["*"]
12+ schedule :
13+ interval : " weekly"
14+ cooldown :
15+ default-days : 7
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
1717 with :
1818 python-version : ' 3.11'
1919
You can’t perform that action at this time.
0 commit comments