diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 6e7a6504303da2..3c1b75236876f6 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2666,6 +2666,8 @@ const options: RenovateOptions[] = [ cli: false, env: false, experimental: true, + deprecationMsg: + 'This option is deprecated and will be removed in a future release.', }, { name: 'keepAlive',