Skip to content

Commit f657980

Browse files
committed
build: add disable rules for app v15 and v17
1 parent 6421dbd commit f657980

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

renovate.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,10 @@
2828
"packageRules": [
2929
{
3030
"matchPaths": ["examples/example-app-v15/package.json"],
31-
"excludePackagePatterns": [
32-
"^angular",
33-
"^@angular",
34-
"typescript",
35-
"zone.js"
36-
],
3731
"matchUpdateTypes": ["patch", "minor"]
3832
},
3933
{
4034
"matchPaths": ["examples/example-app-v17/package.json"],
41-
"excludePackagePatterns": [
42-
"^angular",
43-
"^@angular",
44-
"typescript"
45-
],
4635
"matchUpdateTypes": ["patch", "minor"]
4736
},
4837
{
@@ -74,6 +63,16 @@
7463
"esbuild"
7564
],
7665
"enabled": false
66+
},
67+
{
68+
"matchPaths": ["examples/example-app-v17/package.json"],
69+
"matchDepNames": ["angular-in-memory-web-api", "typescript"],
70+
"enabled": false
71+
},
72+
{
73+
"matchPaths": ["examples/example-app-v15/package.json"],
74+
"matchPackagePatterns": ["^angular", "^@angular", "typescript", "zone.js"],
75+
"enabled": false
7776
}
7877
]
7978
}

0 commit comments

Comments
 (0)