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
6e40baea
Commit
6e40baea
authored
Apr 5, 2021
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
docs: outdated remove trustLevel doc references
parent
4d3cf598
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
+0
-1
0 additions, 1 deletion
docs/usage/configuration-options.md
docs/usage/self-hosted-configuration.md
+1
-3
1 addition, 3 deletions
docs/usage/self-hosted-configuration.md
with
1 addition
and
4 deletions
docs/usage/configuration-options.md
+
0
−
1
View file @
6e40baea
...
...
@@ -1541,7 +1541,6 @@ If enabled Renovate will pin Docker images by means of their SHA256 digest and n
Post-upgrade tasks are commands that are executed by Renovate after a dependency has been updated but before the commit is created.
The intention is to run any additional command line tools that would modify existing files or generate new files when a dependency changes.
This is only available on Renovate instances that have a
`trustLevel`
of 'high'.
Each command must match at least one of the patterns defined in
`allowedPostUpgradeTasks`
in order to be executed.
If the list of allowed tasks is empty then no tasks will be executed.
...
...
This diff is collapsed.
Click to expand it.
docs/usage/self-hosted-configuration.md
+
1
−
3
View file @
6e40baea
...
...
@@ -60,14 +60,12 @@ npx ng update @angular/core --from=10.0.0 --to=11.0.0 --migrate-only --allow-dir
A list of regular expressions that determine which commands in
`postUpgradeTasks`
are allowed to be executed.
If this list is empty then no tasks will be executed.
Also you need to have
`"trustLevel": "high"`
, otherwise these tasks will be ignored.
e.g.
```
json
{
"allowedPostUpgradeCommands"
:
[
"^tslint --fix$"
,
"^tslint --[a-z]+$"
],
"trustLevel"
:
"high"
"allowedPostUpgradeCommands"
:
[
"^tslint --fix$"
,
"^tslint --[a-z]+$"
]
}
```
...
...
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