Skip to content

Commit 9249863

Browse files
authored
Merge pull request #164 from 56kyle/release/1.0.2
Release/1.0.2
2 parents 4324d2c + ed855f8 commit 9249863

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: "/"
5+
target-branch: "develop"
56
schedule:
67
interval: weekly
78
- package-ecosystem: pip
89
directory: "/.github/workflows"
10+
target-branch: "develop"
911
schedule:
1012
interval: weekly
1113
- package-ecosystem: pip
1214
directory: "/docs"
15+
target-branch: "develop"
1316
schedule:
1417
interval: weekly
1518
- package-ecosystem: pip
1619
directory: "/"
20+
target-branch: "develop"
1721
schedule:
1822
interval: weekly
1923
versioning-strategy: lockfile-only

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-static"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "pytest-static"
55
authors = ["Kyle Oliver <56kyleoliver@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)