From 73f8859d07124745af07dfa51d09abdb6fe149e6 Mon Sep 17 00:00:00 2001
From: Floyd <floyd.hightower27@gmail.com>
Date: Sat, 24 Sep 2022 01:04:23 -0400
Subject: [PATCH] docs(configuration options): clarify optimal order of package
 rules (#17774)

---
 docs/usage/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index c68fa5f272..0014db7dbe 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1514,7 +1514,7 @@ For example you have multiple `package.json` and want to use `dependencyDashboar
 ```
 
 Important to know: Renovate will evaluate all `packageRules` and not stop once it gets a first match.
-You should order your `packageRules` in order of importance so that later rules can override settings from earlier rules if needed.
+You should order your `packageRules` in ascending order of importance so that more important rules come later and can override settings from earlier rules if needed.
 
 <!-- prettier-ignore -->
 !!! warning
-- 
GitLab