feat(http): deprecate dnsCache option (#29445)

This commit is contained in:
Michael Kriese 2024-06-05 09:58:22 +02:00 committed by GitHub
parent da580ad000
commit d8c344012d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2666,6 +2666,8 @@ const options: RenovateOptions[] = [
cli: false, cli: false,
env: false, env: false,
experimental: true, experimental: true,
deprecationMsg:
'This option is deprecated and will be removed in a future release.',
}, },
{ {
name: 'keepAlive', name: 'keepAlive',