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
1743d814
Unverified
Commit
1743d814
authored
3 months ago
by
Markus Hofbauer
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(bazel-module): Support *.MODULE.bazel (#33211)
Co-authored-by:
Rhys Arkins
<
rhys@arkins.net
>
parent
aa0c7d28
No related branches found
Branches containing commit
Tags
39.77.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/manager/bazel-module/index.ts
+1
-1
1 addition, 1 deletion
lib/modules/manager/bazel-module/index.ts
with
1 addition
and
1 deletion
lib/modules/manager/bazel-module/index.ts
+
1
−
1
View file @
1743d814
...
...
@@ -11,7 +11,7 @@ export const url = 'https://bazel.build/external/module';
export
const
categories
:
Category
[]
=
[
'
bazel
'
];
export
const
defaultConfig
=
{
fileMatch
:
[
'
(^|/)MODULE
\\
.bazel$
'
],
fileMatch
:
[
'
(^|/
|
\\
.
)MODULE
\\
.bazel$
'
],
};
export
const
supportedDatasources
=
[
...
...
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