Skip to content

Commit 77670db

Browse files
authored
docs(upgrade-best-practices): fix config:best-practices preset list (renovatebot#41239)
Add missing `security:minimumReleaseAgeNpm` and `:maintainLockFilesWeekly` presets to match the actual preset definition.
1 parent 3852b39 commit 77670db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage/upgrade-best-practices.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ The [`config:best-practices` preset](./presets-config.md#configbest-practices) h
4848
"helpers:pinGitHubActionDigests",
4949
":configMigration",
5050
":pinDevDependencies",
51-
"abandonments:recommended"
51+
"abandonments:recommended",
52+
"security:minimumReleaseAgeNpm",
53+
":maintainLockFilesWeekly"
5254
]
5355
}
5456
```

0 commit comments

Comments
 (0)