We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6646e94 commit 7727c6dCopy full SHA for 7727c6d
.github/renovate.json5
@@ -0,0 +1,25 @@
1
+{
2
+ extends: [
3
+ "config:recommended",
4
+ ":disableRateLimiting",
5
+
6
+ // Group all minor and patch changes into one PR
7
+ "group:allNonMajor",
8
+ ],
9
10
+ // Enable lockfile maintenance for uv.lock updates
11
+ // This refreshes the lockfile to update transitive dependencies
12
+ lockFileMaintenance: {
13
+ enabled: true,
14
+ },
15
16
+ // Wait for manual approval via Dependency Dashboard issue
17
+ dependencyDashboardApproval: true,
18
19
+ // Schedule updates during work hours
20
+ schedule: ["after 7am every weekday", "before 5pm every weekday"],
21
22
+ timezone: "America/New_York",
23
24
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
25
+}
0 commit comments