Skip to content

Commit 43279f3

Browse files
committed
ci: disable Renovate updates for @angular/build-tooling
The newer version of this package requires Aspect setup which is not configured in this repo.
1 parent 02a9a2c commit 43279f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"executionMode": "branch"
2727
},
2828
"ignoreDeps": [
29+
"@angular/build-tooling",
2930
"@bazel/ibazel",
3031
"@bazel/runfiles",
3132
"@rollup/plugin-node-resolve",
@@ -100,10 +101,7 @@
100101
},
101102
{
102103
"groupName": "eslint dependencies",
103-
"matchPackageNames": [
104-
"@angular-eslint/{/,}**",
105-
"@typescript-eslint/{/,}**"
106-
]
104+
"matchPackageNames": ["@angular-eslint/{/,}**", "@typescript-eslint/{/,}**"]
107105
},
108106
{
109107
"matchPackageNames": ["typescript", "tslib"],

0 commit comments

Comments
 (0)