Skip to content

Commit

Permalink
docs: remove matchPackagePatterns from examples
Browse files Browse the repository at this point in the history
Continuation of renovatebot#30621
  • Loading branch information
mikaello authored Sep 5, 2024
1 parent a19beff commit 1fc4d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2593,7 +2593,7 @@ Use this field to restrict rules to a particular branch. e.g.
"packageRules": [
{
"matchBaseBranches": ["main"],
"matchPackagePatterns": ["!/^eslint/"],
"matchPackageNames": ["!/^eslint/"],
"enabled": false
}
]
Expand All @@ -2607,7 +2607,7 @@ This field also supports Regular Expressions if they begin and end with `/`. e.g
"packageRules": [
{
"matchBaseBranches": ["/^release/.*/"],
"matchPackagePatterns": ["!/^eslint/"],
"matchPackageNames": ["!/^eslint/"],
"enabled": false
}
]
Expand Down

0 comments on commit 1fc4d35

Please sign in to comment.