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
5e31c69a
Unverified
Commit
5e31c69a
authored
1 year ago
by
Rhys Arkins
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(bazelisk): use semver versioning (#23771)
parent
77e10684
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
lib/modules/manager/bazelisk/index.ts
+2
-0
2 additions, 0 deletions
lib/modules/manager/bazelisk/index.ts
with
2 additions
and
0 deletions
lib/modules/manager/bazelisk/index.ts
+
2
−
0
View file @
5e31c69a
import
type
{
Category
}
from
'
../../../constants
'
;
import
{
GithubReleasesDatasource
}
from
'
../../datasource/github-releases
'
;
import
*
as
semverVersioning
from
'
../../versioning/semver
'
;
export
{
extractPackageFile
}
from
'
./extract
'
;
export
const
defaultConfig
=
{
fileMatch
:
[
'
(^|/)
\\
.bazelversion$
'
],
pinDigests
:
false
,
versioning
:
semverVersioning
.
id
,
};
export
const
categories
:
Category
[]
=
[
'
bazel
'
];
...
...
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