Skip to content

Commit f66446f

Browse files
authored
Renovate: disable major upgrades of angular (bitwarden#13533)
* Renovate: disable major upgrades of angular
1 parent bc415d8 commit f66446f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/renovate.json5

+14-5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
description: "Determined by Angular",
2323
enabled: false,
2424
},
25+
{
26+
matchSourceUrls: [
27+
"https://github.com/angular-eslint/angular-eslint",
28+
"https://github.com/angular/angular-cli",
29+
"https://github.com/angular/angular",
30+
"https://github.com/angular/components",
31+
"https://github.com/ng-select/ng-select",
32+
],
33+
matchUpdateTypes: ["major"],
34+
description: "Manually updated using ng update",
35+
enabled: false,
36+
},
2537
{
2638
matchPackageNames: ["typescript", "zone.js"],
2739
matchUpdateTypes: "patch",
@@ -90,12 +102,8 @@
90102
},
91103
{
92104
matchPackageNames: [
93-
"@angular-eslint/eslint-plugin-template",
94-
"@angular-eslint/eslint-plugin",
95105
"@angular-eslint/schematics",
96-
"@angular-eslint/template-parser",
97-
"@typescript-eslint/eslint-plugin",
98-
"@typescript-eslint/parser",
106+
"angular-eslint",
99107
"eslint-config-prettier",
100108
"eslint-import-resolver-typescript",
101109
"eslint-plugin-import",
@@ -106,6 +114,7 @@
106114
"eslint",
107115
"husky",
108116
"lint-staged",
117+
"typescript-eslint",
109118
],
110119
groupName: "Linting minor-patch",
111120
matchUpdateTypes: ["minor", "patch"],

0 commit comments

Comments
 (0)