Skip to content
Snippets Groups Projects
Unverified Commit d96068c5 authored by Andreas Herrmann's avatar Andreas Herrmann Committed by GitHub
Browse files

feat(bazel): update deps in WORKSPACE.bzlmod (#29001)

parent 81f10fd1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import { extractPackageFile } from './extract';
export { extractPackageFile, updateArtifacts };
export const defaultConfig = {
fileMatch: ['(^|/)WORKSPACE(|\\.bazel)$', '\\.bzl$'],
fileMatch: ['(^|/)WORKSPACE(|\\.bazel|\\.bzlmod)$', '\\.bzl$'],
};
export const categories: Category[] = ['bazel'];
......
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