File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,22 @@ version: 2
2
2
updates :
3
3
- package-ecosystem : github-actions
4
4
directory : " /"
5
+ target-branch : " develop"
5
6
schedule :
6
7
interval : weekly
7
8
- package-ecosystem : pip
8
9
directory : " /.github/workflows"
10
+ target-branch : " develop"
9
11
schedule :
10
12
interval : weekly
11
13
- package-ecosystem : pip
12
14
directory : " /docs"
15
+ target-branch : " develop"
13
16
schedule :
14
17
interval : weekly
15
18
- package-ecosystem : pip
16
19
directory : " /"
20
+ target-branch : " develop"
17
21
schedule :
18
22
interval : weekly
19
23
versioning-strategy : lockfile-only
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytest-static"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " pytest-static"
5
5
authors = [" Kyle Oliver <56kyleoliver@gmail.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments