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
3cda8a5a
Unverified
Commit
3cda8a5a
authored
4 years ago
by
HonkingGoose
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: improve Bazel documentation (#7754)
parent
16e2b8ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/bazel.md
+15
-15
15 additions, 15 deletions
docs/usage/bazel.md
with
15 additions
and
15 deletions
docs/usage/bazel.md
+
15
−
15
View file @
3cda8a5a
...
...
@@ -7,9 +7,9 @@ description: Bazel dependencies support in Renovate
Renovate supports upgrading dependencies in Bazel
`WORKSPACE`
files.
## How
I
t
W
orks
## How
i
t
w
orks
1.
Bazel support is enabled automatically
, so you do not have to explicitly configure it to be enabled
1.
Bazel support is enabled automatically
2.
Renovate will search repositories for any
`WORKSPACE`
files in the repository
3.
Existing dependencies will be extracted from
`git_repository`
and
`http_archive`
declarations
4.
Renovate will replace any old versions with the latest version available
...
...
@@ -20,9 +20,9 @@ Renovate will update any `git_repository` declaration that contains the followin
1.
name
2.
remote matching
`https://github.com/<owner>/<repo>.git`
3.
tag using a valid
s
em
v
er
3.
tag using a valid
S
em
V
er
Example
:
e.g.
:
```
git_repository(
...
...
@@ -32,7 +32,7 @@ git_repository(
)
```
New versions will be detected using
the list of
**tags**
for that
repository
on
GitHub.
Renovate uses
the list of
**tags**
on the remote
repository
(
GitHub
) to detect a new version
.
## http_archive and http_file
...
...
@@ -42,7 +42,7 @@ Renovate will update any `http_archive` or `http_file` declaration that contains
2.
url matching
`https://github.com/<owner>/<repo>/releases/download/<semver>/<repo>.tar.gz`
3.
sha256
Example
:
e.g.
:
```
http_archive(
...
...
@@ -52,7 +52,7 @@ http_archive(
)
```
New versions will be detec
te
d
us
ing
the list of
**releases**
for
that
repository on GitHub
.
Renova
te us
es
the list of
**releases**
that
it finds at the
`url`
to detect a new version
.
## Future work
...
...
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