Skip to content

Commit 0a254c8

Browse files
authored
Update renovate config (#247)
1 parent 856a283 commit 0a254c8

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.github/CODEOWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
# Leads for all reviews of documentation.
88
* @bitwarden/tech-leads
99

10+
# Unowned files
11+
package.json
12+
package-lock.json
13+
1014
# DevOps for Actions and other workflow changes.
1115
.github/workflows @bitwarden/dept-devops
1216

.github/renovate.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,23 @@
88
":pinAllExceptPeerDependencies",
99
":prConcurrentLimit10",
1010
":rebaseStalePrs",
11-
"schedule:weekends",
12-
":separateMajorReleases"
11+
":separateMajorReleases",
12+
"group:monorepos",
13+
"schedule:weekends"
1314
],
1415
"enabledManagers": ["github-actions", "npm"],
16+
"commitMessagePrefix": "[deps]:",
17+
"commitMessageTopic": "{{depName}}",
1518
"packageRules": [
1619
{
1720
"groupName": "gh minor",
1821
"matchManagers": ["github-actions"],
1922
"matchUpdateTypes": ["minor", "patch"]
2023
},
2124
{
22-
"groupName": "npm minor",
23-
"matchManagers": ["npm"],
24-
"matchUpdateTypes": ["minor", "patch"]
25+
"matchFileNames": ["package.json"],
26+
"description": "Autofill owns general dependencies in contributing docs",
27+
"reviewers": ["team:team-autofill-dev"]
2528
}
2629
]
2730
}

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.github/CODEOWNERS
2+
13
# Production
24
/build
35

0 commit comments

Comments
 (0)