diff --git a/poetry.lock b/poetry.lock index 47979df81..0dacd6b92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -780,4 +780,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5613f167656e334475ee3484c11d74a02edf3a58fd95408ec3975acb07430d1e" +content-hash = "ae5ccebc14efdf8928ff40bdd424e60de5260768bae2c4c1d5b37159c680ea13" diff --git a/pyproject.toml b/pyproject.toml index 2e5e2f1d1..6179bc2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ playwright = "1.47.0" pytest = "8.3.3" pytest-base-url = "2.1.0" pytest-playwright = "0.5.2" -pytest-split = "^0.9.0" +pytest-split = "0.9.0" python = "^3.11" requests = "2.32.3" diff --git a/renovate.json b/renovate.json index 4f9ba20c3..e413da6b9 100644 --- a/renovate.json +++ b/renovate.json @@ -8,18 +8,10 @@ "groupName": "all pre-commit updates", "managers": [ "pre-commit" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" ] } ], - "pre-commit": { - "enabled": true - }, "schedule": [ - "before 4am on the first day of the month" + "monthly" ] }