Skip to content

Commit 0d3ab30

Browse files
authored
Set a min-release-age to 3 days for both npm and uv. (#4846)
1 parent a8383ea commit 0d3ab30

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ dependencies = [
100100
[tool.uv]
101101
default-groups = ["dev", "docs"]
102102
required-version = ">=0.5.0"
103+
exclude-newer = "3 days"
103104

104105
[tool.mypy]
105106
plugins = ["mypy_django_plugin.main"]

0 commit comments

Comments
 (0)