File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " pip"
4- directory : " / "
3+ - package-ecosystem : pip
4+ directory : ' / '
55 schedule :
6- interval : " monthly"
6+ interval : monthly
77 allow :
8- - dependency-type : " all"
8+ - dependency-type : all
99 groups :
1010 python-dependencies :
1111 patterns : ['*']
1212
13- - package-ecosystem : " github-actions"
14- directory : " / "
13+ - package-ecosystem : github-actions
14+ directory : ' / '
1515 schedule :
16- interval : " daily"
16+ interval : daily
1717 groups :
1818 github-actions :
1919 patterns : ['*']
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 - name : Set up Python environment
133133 uses : actions/setup-python@v5
134134 with :
135- python-version : " 3.11"
135+ python-version : ' 3.11'
136136
137137 - name : flake8 Lint
138138 uses : py-actions/flake8@v2
You can’t perform that action at this time.
0 commit comments