From 7bba54c4c387c17e9233cc7e3161147132f82da3 Mon Sep 17 00:00:00 2001 From: "Nir.Tal" Date: Mon, 28 Oct 2024 14:26:11 +0200 Subject: [PATCH 1/2] fix: consolidate pre commit --- pyproject.toml | 2 +- renovate.json | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) 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" ] } From ecdfae9f670411ab777e53293d461a639c395fab Mon Sep 17 00:00:00 2001 From: "Nir.Tal" Date: Mon, 28 Oct 2024 14:31:04 +0200 Subject: [PATCH 2/2] fix: consolidate pre commit --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"