Skip to content

Commit

Permalink
feat(clojure): Support dependencies in bb.edn (#16234)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jun 25, 2022
1 parent 92057df commit 8e9d924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/deps-edn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { extractPackageFile } from './extract';
export { extractPackageFile };

export const defaultConfig = {
fileMatch: ['(^|/)deps\\.edn$'],
fileMatch: ['(^|/)(?:deps|bb)\\.edn$'],
versioning: mavenVersioning.id,
};

Expand Down

0 comments on commit 8e9d924

Please sign in to comment.