We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f5a0e commit 7bba54cCopy full SHA for 7bba54c
pyproject.toml
@@ -22,7 +22,7 @@ playwright = "1.47.0"
22
pytest = "8.3.3"
23
pytest-base-url = "2.1.0"
24
pytest-playwright = "0.5.2"
25
-pytest-split = "^0.9.0"
+pytest-split = "0.9.0"
26
python = "^3.11"
27
requests = "2.32.3"
28
renovate.json
@@ -8,18 +8,10 @@
8
"groupName": "all pre-commit updates",
9
"managers": [
10
"pre-commit"
11
- ],
12
- "matchUpdateTypes": [
13
- "major",
14
- "minor",
15
- "patch"
16
]
17
}
18
],
19
- "pre-commit": {
20
- "enabled": true
21
- },
"schedule": [
- "before 4am on the first day of the month"
+ "monthly"
0 commit comments