8000 ci: add several dependencies to renovate ignore list · alan-agius4/angular@e4507dc · GitHub
[go: up one dir, main page]

Skip to content

Commit e4507dc

Browse files
committed
ci: add several dependencies to renovate ignore list
Add ignored dependencies in Renovate config. These have been collected from the dependency dashboard (angular#46728) The reason for this change is that Renovate is re-opened dependency updates for ignored PRs. Example: angular#49256 angular#47852
1 parent ca6ea0d commit e4507dc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,22 @@
3030
"remark",
3131
"remark-html",
3232
"selenium-webdriver",
33-
"watchr"
33+
"watchr",
34+
"rxjs",
35+
"glob",
36+
"chalk",
37+
"convert-source-map",
38+
"@rollup/plugin-node-resolve",
39+
"hast-util-is-element",
40+
"hast-util-has-property",
41+
"hast-util-to-string",
42+
"rehype-slug",
43+
"rollup",
44+
"systemjs",
45+
"unist-util-filter",
46+
"unist-util-source",
47+
"unist-util-visit",
48+
"unist-util-visit-parents"
3449
],
3550
"packageRules": [
3651
{

0 commit comments

Comments
 (0)
0