Skip to content

Commit fae798e

Browse files
committed
build: disable major update of angular for app v17
1 parent 33b0e10 commit fae798e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
],
6565
"enabled": false
6666
},
67+
{
68+
"matchPaths": ["examples/example-app-v17/package.json"],
69+
"matchPackagePatterns": ["^angular", "^@angular"],
70+
"matchUpdateTypes": ["major"],
71+
"enabled": false
72+
},
6773
{
6874
"matchPaths": ["examples/example-app-v17/package.json"],
6975
"matchDepNames": ["angular-in-memory-web-api", "typescript"],

0 commit comments

Comments
 (0)