From 0522e9274f6f433d1aa346099bc0242b3e4a8053 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Fri, 15 May 2026 20:00:56 +0200 Subject: [PATCH] Set a min-release-age to 3 days for both npm and uv. --- .npmrc | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000000..ec9e05d8a7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age=3 diff --git a/pyproject.toml b/pyproject.toml index 84f182542b..b04372935a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,6 +100,7 @@ dependencies = [ [tool.uv] default-groups = ["dev", "docs"] required-version = ">=0.5.0" +exclude-newer = "3 days" [tool.mypy] plugins = ["mypy_django_plugin.main"]