Skip to content

Commit

Permalink
Update renovate config (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Dec 4, 2023
1 parent 856a283 commit 0a254c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# Leads for all reviews of documentation.
* @bitwarden/tech-leads

# Unowned files
package.json
package-lock.json

# DevOps for Actions and other workflow changes.
.github/workflows @bitwarden/dept-devops

Expand Down
13 changes: 8 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@
":pinAllExceptPeerDependencies",
":prConcurrentLimit10",
":rebaseStalePrs",
"schedule:weekends",
":separateMajorReleases"
":separateMajorReleases",
"group:monorepos",
"schedule:weekends"
],
"enabledManagers": ["github-actions", "npm"],
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}",
"packageRules": [
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "npm minor",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"]
"matchFileNames": ["package.json"],
"description": "Autofill owns general dependencies in contributing docs",
"reviewers": ["team:team-autofill-dev"]
}
]
}
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.github/CODEOWNERS

# Production
/build

Expand Down

0 comments on commit 0a254c8

Please sign in to comment.