Skip to content

Commit

Permalink
docs: reduce experimental flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 13, 2024
1 parent 4b91ad4 commit a765822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/config/options/index.ts
Expand Up @@ -289,7 +289,6 @@ const options: RenovateOptions[] = [
allowedValues: ['disabled', 'enabled', 'reset'],
stage: 'repository',
default: 'disabled',
experimental: true,
},
{
name: 'repositoryCacheType',
Expand All @@ -299,7 +298,6 @@ const options: RenovateOptions[] = [
type: 'string',
stage: 'repository',
default: 'local',
experimental: true,
},
{
name: 'force',
Expand Down Expand Up @@ -1473,7 +1471,6 @@ const options: RenovateOptions[] = [
mergeable: true,
cli: false,
env: false,
experimental: true,
},
{
name: 'matchUpdateTypes',
Expand Down

0 comments on commit a765822

Please sign in to comment.