mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-28 03:21:40 +01:00
Renovate: disable major upgrades of angular (#13533)
* Renovate: disable major upgrades of angular
This commit is contained in:
parent
bc415d807c
commit
f66446fa69
19
.github/renovate.json5
vendored
19
.github/renovate.json5
vendored
@ -22,6 +22,18 @@
|
|||||||
description: "Determined by Angular",
|
description: "Determined by Angular",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
matchSourceUrls: [
|
||||||
|
"https://github.com/angular-eslint/angular-eslint",
|
||||||
|
"https://github.com/angular/angular-cli",
|
||||||
|
"https://github.com/angular/angular",
|
||||||
|
"https://github.com/angular/components",
|
||||||
|
"https://github.com/ng-select/ng-select",
|
||||||
|
],
|
||||||
|
matchUpdateTypes: ["major"],
|
||||||
|
description: "Manually updated using ng update",
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
matchPackageNames: ["typescript", "zone.js"],
|
matchPackageNames: ["typescript", "zone.js"],
|
||||||
matchUpdateTypes: "patch",
|
matchUpdateTypes: "patch",
|
||||||
@ -90,12 +102,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
matchPackageNames: [
|
matchPackageNames: [
|
||||||
"@angular-eslint/eslint-plugin-template",
|
|
||||||
"@angular-eslint/eslint-plugin",
|
|
||||||
"@angular-eslint/schematics",
|
"@angular-eslint/schematics",
|
||||||
"@angular-eslint/template-parser",
|
"angular-eslint",
|
||||||
"@typescript-eslint/eslint-plugin",
|
|
||||||
"@typescript-eslint/parser",
|
|
||||||
"eslint-config-prettier",
|
"eslint-config-prettier",
|
||||||
"eslint-import-resolver-typescript",
|
"eslint-import-resolver-typescript",
|
||||||
"eslint-plugin-import",
|
"eslint-plugin-import",
|
||||||
@ -106,6 +114,7 @@
|
|||||||
"eslint",
|
"eslint",
|
||||||
"husky",
|
"husky",
|
||||||
"lint-staged",
|
"lint-staged",
|
||||||
|
"typescript-eslint",
|
||||||
],
|
],
|
||||||
groupName: "Linting minor-patch",
|
groupName: "Linting minor-patch",
|
||||||
matchUpdateTypes: ["minor", "patch"],
|
matchUpdateTypes: ["minor", "patch"],
|
||||||
|
Loading…
Reference in New Issue
Block a user