diff options
-rw-r--r-- | lib/modules/manager/bazel-module/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/manager/bazel-module/index.ts b/lib/modules/manager/bazel-module/index.ts index fe9461b7f8c..3bad62944b8 100644 --- a/lib/modules/manager/bazel-module/index.ts +++ b/lib/modules/manager/bazel-module/index.ts @@ -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 = [ |