Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
50acfff1
Commit
50acfff1
authored
6 years ago
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
fix: packageRules.paths definition
parent
af547f07
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/config/definitions.js
+10
-9
10 additions, 9 deletions
lib/config/definitions.js
website/docs/configuration-options.md
+2
-2
2 additions, 2 deletions
website/docs/configuration-options.md
with
12 additions
and
11 deletions
lib/config/definitions.js
+
10
−
9
View file @
50acfff1
...
@@ -309,15 +309,6 @@ const options = [
...
@@ -309,15 +309,6 @@ const options = [
stage
:
'
repository
'
,
stage
:
'
repository
'
,
default
:
[
'
**/node_modules/**
'
,
'
**/bower_components/**
'
],
default
:
[
'
**/node_modules/**
'
,
'
**/bower_components/**
'
],
},
},
{
name
:
'
paths
'
,
description
:
'
List of strings or glob patterns to match against package files. Applicable inside packageRules only
'
,
type
:
'
list
'
,
stage
:
'
repository
'
,
cli
:
false
,
env
:
false
,
},
{
{
name
:
'
engines
'
,
name
:
'
engines
'
,
description
:
'
Configuration specifically for `package.json`>`engines`
'
,
description
:
'
Configuration specifically for `package.json`>`engines`
'
,
...
@@ -437,6 +428,16 @@ const options = [
...
@@ -437,6 +428,16 @@ const options = [
cli
:
false
,
cli
:
false
,
env
:
false
,
env
:
false
,
},
},
{
name
:
'
paths
'
,
description
:
'
List of strings or glob patterns to match against package files. Applicable inside packageRules only
'
,
type
:
'
list
'
,
stage
:
'
repository
'
,
parent
:
'
packageRules
'
,
cli
:
false
,
env
:
false
,
},
// Version behaviour
// Version behaviour
{
{
name
:
'
allowedVersions
'
,
name
:
'
allowedVersions
'
,
...
...
This diff is collapsed.
Click to expand it.
website/docs/configuration-options.md
+
2
−
2
View file @
50acfff1
...
@@ -508,6 +508,8 @@ Use this field if you want to have one or more package names patterns in your pa
...
@@ -508,6 +508,8 @@ Use this field if you want to have one or more package names patterns in your pa
The above will set
`rangeStrategy`
to
`replace`
for any package starting with
`angular`
.
The above will set
`rangeStrategy`
to
`replace`
for any package starting with
`angular`
.
### paths
### updateTypes
### updateTypes
Use this field to match rules against types of updates. For example to apply a special label for Major updates:
Use this field to match rules against types of updates. For example to apply a special label for Major updates:
...
@@ -523,8 +525,6 @@ Use this field to match rules against types of updates. For example to apply a s
...
@@ -523,8 +525,6 @@ Use this field to match rules against types of updates. For example to apply a s
Add to this object if you wish to define rules that apply only to patch updates. See also
`major`
and
`minor`
configuration options.
Add to this object if you wish to define rules that apply only to patch updates. See also
`major`
and
`minor`
configuration options.
## paths
## php
## php
Warning: PHP Composer support is in alpha stage so you probably only want to run this if you are helping get it feature-ready.
Warning: PHP Composer support is in alpha stage so you probably only want to run this if you are helping get it feature-ready.
...
...
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