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
1f70da4a
Unverified
Commit
1f70da4a
authored
Oct 18, 2022
by
HonkingGoose
Committed by
GitHub
Oct 18, 2022
Browse files
Options
Downloads
Patches
Plain Diff
docs: use american english customize (#18365)
parent
e005244f
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
docs/usage/configuration-options.md
+1
-1
1 addition, 1 deletion
docs/usage/configuration-options.md
docs/usage/getting-started/installing-onboarding.md
+1
-1
1 addition, 1 deletion
docs/usage/getting-started/installing-onboarding.md
with
2 additions
and
2 deletions
docs/usage/configuration-options.md
+
1
−
1
View file @
1f70da4a
...
@@ -2359,7 +2359,7 @@ Avoid setting `rebaseWhen=never` and then also setting `prCreation=not-pending`
...
@@ -2359,7 +2359,7 @@ Avoid setting `rebaseWhen=never` and then also setting `prCreation=not-pending`
By default, Renovate will detect if it has proposed an update to a project before and not propose the same one again.
By default, Renovate will detect if it has proposed an update to a project before and not propose the same one again.
For example the Webpack 3.x case described above.
For example the Webpack 3.x case described above.
This field lets you customi
s
e this behavior down to a per-package level.
This field lets you customi
z
e this behavior down to a per-package level.
For example we override it to
`true`
in the following cases where branch names and PR titles need to be reused:
For example we override it to
`true`
in the following cases where branch names and PR titles need to be reused:
-
Package groups
-
Package groups
...
...
This diff is collapsed.
Click to expand it.
docs/usage/getting-started/installing-onboarding.md
+
1
−
1
View file @
1f70da4a
...
@@ -94,7 +94,7 @@ The `package.json` file must be located at the root of your repository.
...
@@ -94,7 +94,7 @@ The `package.json` file must be located at the root of your repository.
This is handy if you are already using a
`package.json`
file anyway, e.g. when you're working on a JavaScript project.
This is handy if you are already using a
`package.json`
file anyway, e.g. when you're working on a JavaScript project.
The configuration in your
`package.json`
will apply to the whole project (this includes other, nested
`package.json`
files).
The configuration in your
`package.json`
will apply to the whole project (this includes other, nested
`package.json`
files).
### Customi
s
ed defaults
### Customi
z
ed defaults
Renovate provides a
`renovate.json`
file, with default settings that will work for most cases.
Renovate provides a
`renovate.json`
file, with default settings that will work for most cases.
Sometimes Renovate detects that an override to these defaults is needed, and will add this override automatically, such as:
Sometimes Renovate detects that an override to these defaults is needed, and will add this override automatically, such as:
...
...
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