Skip to content
Snippets Groups Projects
Unverified Commit 1743d814 authored by Markus Hofbauer's avatar Markus Hofbauer Committed by GitHub
Browse files

feat(bazel-module): Support *.MODULE.bazel (#33211)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent aa0c7d28
No related branches found
Tags 39.77.0
No related merge requests found
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment