Skip to content

Commit

Permalink
feat(http): deprecate dnsCache option (#29445)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 5, 2024
1 parent da580ad commit d8c3440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d8c3440

Please sign in to comment.