Skip to content

Commit beffcae

Browse files
authored
Merge pull request #173 from nirtal85/update-pre-commit
fix: consolidate pre commit
2 parents 55f5a0e + ecdfae9 commit beffcae

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ playwright = "1.47.0"
2222
pytest = "8.3.3"
2323
pytest-base-url = "2.1.0"
2424
pytest-playwright = "0.5.2"
25-
pytest-split = "^0.9.0"
25+
pytest-split = "0.9.0"
2626
python = "^3.11"
2727
requests = "2.32.3"
2828

renovate.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@
88
"groupName": "all pre-commit updates",
99
"managers": [
1010
"pre-commit"
11-
],
12-
"matchUpdateTypes": [
13-
"major",
14-
"minor",
15-
"patch"
1611
]
1712
}
1813
],
19-
"pre-commit": {
20-
"enabled": true
21-
},
2214
"schedule": [
23-
"before 4am on the first day of the month"
15+
"monthly"
2416
]
2517
}

0 commit comments

Comments
 (0)