From e11b07e23f1c3ca04f87a4a2efe97425aca99e94 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Tue, 24 Mar 2026 09:53:02 +0100 Subject: [PATCH] Update renovate and pyproject toml to use only package versions onlder than 24 hours --- pyproject.toml | 4 ++++ renovate.json | 1 + uv.lock | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5fe3c7fd..cee47d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -228,6 +228,10 @@ allow_population_by_field_name = true aliases = "datamodel_codegen_aliases.json" formatters = ["ruff-check", "ruff-format"] +[tool.uv] +# Minimal defense against supply-chain atatcks. +exclude-newer = "24 hours" + # Run tasks with: uv run poe [tool.poe.tasks] clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov" diff --git a/renovate.json b/renovate.json index aeb554de..9493deb7 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,7 @@ "automergeType": "branch" } ], + "minimumReleaseAge": "1 day", "schedule": ["before 7am every weekday"], "ignoreDeps": ["apify_client", "docusaurus-plugin-typedoc-api"] } diff --git a/uv.lock b/uv.lock index 17a44ddf..a9585102 100644 --- a/uv.lock +++ b/uv.lock @@ -6,6 +6,10 @@ resolution-markers = [ "python_full_version < '3.14'", ] +[options] +exclude-newer = "2026-03-23T08:38:56.883370546Z" +exclude-newer-span = "PT24H" + [[package]] name = "annotated-types" version = "0.7.0"