Skip to content

Commit 8d9b6af

Browse files
authored
Update renovate.json (#101)
1 parent c7f651d commit 8d9b6af

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

renovate.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:base",
5+
":combinePatchMinorReleases",
6+
":dependencyDashboard",
7+
":maintainLockFilesWeekly",
8+
":pinAllExceptPeerDependencies",
9+
":prConcurrentLimit10",
10+
":rebaseStalePrs",
11+
":separateMajorReleases",
12+
"group:monorepos",
13+
"schedule:weekends"
14+
],
15+
"enabledManagers": ["cargo", "github-actions", "npm", "nuget"],
16+
"commitMessagePrefix": "[deps]:",
17+
"commitMessageTopic": "{{depName}}",
18+
"packageRules": [
19+
{
20+
"groupName": "cargo minor",
21+
"matchManagers": ["cargo"],
22+
"matchUpdateTypes": ["minor", "patch"]
23+
},
24+
{
25+
"groupName": "gh minor",
26+
"matchManagers": ["github-actions"],
27+
"matchUpdateTypes": ["minor", "patch"]
28+
},
29+
{
30+
"groupName": "npm minor",
31+
"matchManagers": ["npm"],
32+
"matchUpdateTypes": ["minor", "patch"]
33+
},
34+
{
35+
"groupName": "nuget minor",
36+
"matchManagers": ["nuget"],
37+
"matchUpdateTypes": ["minor", "patch"]
38+
}
539
]
640
}

0 commit comments

Comments
 (0)