mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
feat(http): deprecate dnsCache
option (#29445)
This commit is contained in:
parent
da580ad000
commit
d8c344012d
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue