Skip to content

Commit a703666

Browse files
authored
Update renovate.json to match other repos (#133)
1 parent f9cca51 commit a703666

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

renovate.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
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}}",
3+
"extends": ["github>bitwarden/renovate-config"],
4+
"enabledManagers": ["github-actions", "npm", "nuget"],
185
"packageRules": [
19-
{
20-
"groupName": "cargo minor",
21-
"matchManagers": ["cargo"],
22-
"matchUpdateTypes": ["minor", "patch"]
23-
},
246
{
257
"groupName": "gh minor",
268
"matchManagers": ["github-actions"],

0 commit comments

Comments
 (0)