Skip to content

Commit

Permalink
Add codeowner and configure renovate (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Nov 28, 2023
1 parent ab0eaa7 commit 142fe62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Please sort into logical groups with comment headers. Sort groups in order of specificity.
# For example, default owners should always be the first group.
# Sort lines alphabetically within these groups to avoid accidentally adding duplicates.
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default file owners
* @bitwarden/team-secrets-manager-dev

# DevOps for Actions and other workflow changes
.github/workflows @bitwarden/dept-devops
19 changes: 5 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,11 @@
":pinAllExceptPeerDependencies",
":prConcurrentLimit10",
":rebaseStalePrs",
"schedule:weekends",
":separateMajorReleases"
":separateMajorReleases",
"group:monorepos",
"schedule:weekends"
],
"enabledManagers": ["github-actions", "npm"],
"packageRules": [
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "npm minor",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"]
}
]
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}"
}

0 comments on commit 142fe62

Please sign in to comment.