We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1a9c0 commit e668db5Copy full SHA for e668db5
.github/renovate.json5
@@ -9,6 +9,7 @@
9
":automergeBranch",
10
],
11
dependencyDashboardTitle: "Renovate Dashboard 🤖",
12
+ minimumReleaseAge: "3 days",
13
suppressNotifications: ["prIgnoreNotification"],
14
rebaseWhen: "conflicted",
15
commitBodyTable: true,
@@ -19,7 +20,9 @@
19
20
"github-actions",
21
"dockerfile",
22
"docker-compose",
- "pre-commit"
23
+ "pre-commit",
24
+ "pep621",
25
+ "uv",
26
27
ignorePaths: [],
28
packageRules: [
pyproject.toml
@@ -43,3 +43,6 @@ ignore = [
43
44
[tool.ruff.format]
45
skip-magic-trailing-comma = false
46
+
47
+[tool.uv]
48
+exclude-newer = "3 days"
0 commit comments