Skip to content

Commit

Permalink
feat(bazel): update deps in WORKSPACE.bzlmod (#29001)
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed May 11, 2024
1 parent 81f10fd commit d96068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/bazel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit d96068c

Please sign in to comment.