fix(config): link to configMigration issue (#16360)

* fix(config): link to `configMigration` issue

* Update lib/config/options/index.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
HonkingGoose 2022-07-01 15:45:11 +02:00 committed by GitHub
parent 2b43f273bf
commit 322deea7a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,7 @@ const options: RenovateOptions[] = [
experimental: true, experimental: true,
experimentalDescription: experimentalDescription:
'Config migration PRs are still being improved, in particular to reduce the amount of reordering and whitespace changes.', 'Config migration PRs are still being improved, in particular to reduce the amount of reordering and whitespace changes.',
experimentalIssues: [16359],
}, },
{ {
name: 'productLinks', name: 'productLinks',