Skip to content
Snippets Groups Projects
Unverified Commit 081ee55d authored by zoidbergwill's avatar zoidbergwill Committed by GitHub
Browse files

fix(bazel): WORKSPACE can also have `.bazel` suffix (#6217)

parent 26fd21cd
No related merge requests found
...@@ -4,5 +4,5 @@ import { updateDependency } from './update'; ...@@ -4,5 +4,5 @@ import { updateDependency } from './update';
export { extractPackageFile, updateDependency }; export { extractPackageFile, updateDependency };
export const defaultConfig = { export const defaultConfig = {
fileMatch: ['(^|/)WORKSPACE$', '\\.bzl$'], fileMatch: ['(^|/)WORKSPACE(|\\.bazel)$', '\\.bzl$'],
}; };
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