Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
b15e091c
Commit
b15e091c
authored
6 years ago
by
Teppei Sato
Committed by
Rhys Arkins
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: fix pacakgeNames to packagePatterns (#3160)
docs: fix pacakgeNames to packagePatterns
parent
f6d8eb7a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/docs/configuration-options.md
+2
-2
2 additions, 2 deletions
website/docs/configuration-options.md
with
2 additions
and
2 deletions
website/docs/configuration-options.md
+
2
−
2
View file @
b15e091c
...
@@ -522,7 +522,7 @@ Use this field if you want to have one or more package name patterns excluded in
...
@@ -522,7 +522,7 @@ Use this field if you want to have one or more package name patterns excluded in
```
```
"packageRules": [{
"packageRules": [{
"packagePatterns": ["^eslint"],
"packagePatterns": ["^eslint"],
"excludePackage
Name
s": ["^eslint-foo"]
"excludePackage
Pattern
s": ["^eslint-foo"]
}]
}]
```
```
...
@@ -575,7 +575,7 @@ Use this field if you want to have one or more package names patterns in your pa
...
@@ -575,7 +575,7 @@ Use this field if you want to have one or more package names patterns in your pa
```
```
"packageRules": [{
"packageRules": [{
"package
Name
s": ["^angular"],
"package
Pattern
s": ["^angular"],
"rangeStrategy": "replace"
"rangeStrategy": "replace"
}]
}]
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment