Skip to content

Commit 7727c6d

Browse files
authored
chore: add renovate config (#7)
1 parent 6646e94 commit 7727c6d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/renovate.json5

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)