mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
Merge branch 'main' into km/test-arm64
This commit is contained in:
51
.github/renovate.json
vendored
51
.github/renovate.json
vendored
@@ -4,13 +4,9 @@
|
||||
"enabledManagers": ["cargo", "github-actions", "npm"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "gh minor",
|
||||
"groupName": "github-action minor",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"commitMessagePrefix": "[deps] BRE:"
|
||||
"matchUpdateTypes": ["minor"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["cargo"],
|
||||
@@ -73,6 +69,29 @@
|
||||
"commitMessagePrefix": "[deps] Auth:",
|
||||
"reviewers": ["team:team-auth-dev"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"@angular-eslint/eslint-plugin-template",
|
||||
"@angular-eslint/eslint-plugin",
|
||||
"@angular-eslint/schematics",
|
||||
"@angular-eslint/template-parser",
|
||||
"@typescript-eslint/eslint-plugin",
|
||||
"@typescript-eslint/parser",
|
||||
"eslint-config-prettier",
|
||||
"eslint-import-resolver-typescript",
|
||||
"eslint-plugin-import",
|
||||
"eslint-plugin-rxjs-angular",
|
||||
"eslint-plugin-rxjs",
|
||||
"eslint-plugin-storybook",
|
||||
"eslint-plugin-tailwindcss",
|
||||
"eslint",
|
||||
"husky",
|
||||
"lint-staged"
|
||||
],
|
||||
"description": "Architecture owned dependencies",
|
||||
"commitMessagePrefix": "[deps] Architecture:",
|
||||
"reviewers": ["team:dept-architecture"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"@emotion/css",
|
||||
@@ -86,6 +105,7 @@
|
||||
"prettier",
|
||||
"prettier-plugin-tailwindcss",
|
||||
"rimraf",
|
||||
"@storybook/web-components-webpack5",
|
||||
"tabbable",
|
||||
"tldts",
|
||||
"wait-on"
|
||||
@@ -193,28 +213,11 @@
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"@angular-eslint/eslint-plugin",
|
||||
"@angular-eslint/eslint-plugin-template",
|
||||
"@angular-eslint/schematics",
|
||||
"@angular-eslint/template-parser",
|
||||
"@angular/elements",
|
||||
"@types/jest",
|
||||
"@typescript-eslint/eslint-plugin",
|
||||
"@typescript-eslint/parser",
|
||||
"eslint",
|
||||
"eslint-config-prettier",
|
||||
"eslint-import-resolver-typescript",
|
||||
"eslint-plugin-import",
|
||||
"eslint-plugin-rxjs",
|
||||
"eslint-plugin-rxjs-angular",
|
||||
"eslint-plugin-storybook",
|
||||
"eslint-plugin-tailwindcss",
|
||||
"husky",
|
||||
"jest-extended",
|
||||
"jest-junit",
|
||||
"jest-mock-extended",
|
||||
"jest-preset-angular",
|
||||
"lint-staged",
|
||||
"jest-diff",
|
||||
"ts-jest"
|
||||
],
|
||||
"description": "Secrets Manager owned dependencies",
|
||||
|
||||
1
.github/workflows/staged-rollout-desktop.yml
vendored
1
.github/workflows/staged-rollout-desktop.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: Staged Rollout Desktop
|
||||
run-name: Staged Rollout Desktop - ${{ inputs.rollout_percentage }}%
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user