Skip to content

Commit 14a0272

Browse files
KooshaParicodex
andcommitted
chore: add renovate config
Co-authored-by: Codex <noreply@openai.com>
1 parent 3afd07a commit 14a0272

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

renovate.json5

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: ["config:base", "group:allNonMajor"],
4+
schedule: ["before 4am on monday"],
5+
rangeStrategy: "bump",
6+
prHourlyLimit: 5,
7+
packageRules: [
8+
{
9+
matchManagers: ["cargo"],
10+
},
11+
{
12+
matchManagers: ["github-actions"],
13+
},
14+
],
15+
}

0 commit comments

Comments
 (0)