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 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " pip"
4
- directory : " / "
3
+ - package-ecosystem : pip
4
+ directory : ' / '
5
5
schedule :
6
- interval : " monthly"
6
+ interval : monthly
7
7
allow :
8
- - dependency-type : " all"
8
+ - dependency-type : all
9
9
groups :
10
10
python-dependencies :
11
11
patterns : ['*']
12
12
13
- - package-ecosystem : " github-actions"
14
- directory : " / "
13
+ - package-ecosystem : github-actions
14
+ directory : ' / '
15
15
schedule :
16
- interval : " daily"
16
+ interval : daily
17
17
groups :
18
18
github-actions :
19
19
patterns : ['*']
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
- name : Set up Python environment
133
133
uses : actions/setup-python@v5
134
134
with :
135
- python-version : " 3.11"
135
+ python-version : ' 3.11'
136
136
137
137
- name : flake8 Lint
138
138
uses : py-actions/flake8@v2
You can’t perform that action at this time.
0 commit comments