diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index e307ea6e38718b..29df075503d324 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2061,11 +2061,11 @@ For example, consider this config: ```json { "extends": ["config:recommended"], - "ignorePresets": [":prHourlyLimit2"] + "ignorePresets": ["group:monorepos"] } ``` -It would take the entire `"config:recommended"` preset - which has a lot of sub-presets - but ignore the `":prHourlyLimit2"` rule. +It would take the entire `"config:recommended"` preset - which has a lot of sub-presets - but ignore the `"group:monorepos"` rule. ## ignoreReviewers