diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbca62e6..0963e9a6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/renovate.json b/.github/renovate.json index 238cbf9b..c9a876bb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,10 +8,13 @@ ":pinAllExceptPeerDependencies", ":prConcurrentLimit10", ":rebaseStalePrs", - "schedule:weekends", - ":separateMajorReleases" + ":separateMajorReleases", + "group:monorepos", + "schedule:weekends" ], "enabledManagers": ["github-actions", "npm"], + "commitMessagePrefix": "[deps]:", + "commitMessageTopic": "{{depName}}", "packageRules": [ { "groupName": "gh minor", @@ -19,9 +22,9 @@ "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"] } ] } diff --git a/.prettierignore b/.prettierignore index 40e45789..18a5ebc6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ +.github/CODEOWNERS + # Production /build