ci: configure Renovate to disable updates for dependencies versioned `0.0.0-PLACEHOLDER` (#41619)

With this change we disable Renovate from updating `@angular/*` peerDependencies which are versioned `0.0.0-PLACEHOLDER`.

Example PR: https://github.com/angular/angular/pull/41615

PR Close #41619
This commit is contained in:
Alan Agius 2021-04-14 12:31:53 +02:00 committed by Zach Arend
parent eaeb7ef54b
commit 3acac55a31
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@
"major" "major"
], ],
"enabled": false "enabled": false
},
{
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
"enabled": false
} }
] ]
} }