Skip to content

Commit

Permalink
feat(manager/mix): fix mix and git dependencies (#32708)
Browse files Browse the repository at this point in the history
  • Loading branch information
1oglop1 authored Nov 29, 2024
1 parent 853a221 commit 2f255ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/modules/manager/mix/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ import type { Category } from '../../../constants';
import { GitTagsDatasource } from '../../datasource/git-tags';
import { GithubTagsDatasource } from '../../datasource/github-tags';
import { HexDatasource } from '../../datasource/hex';
import * as hexVersioning from '../../versioning/hex';

export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';

export const defaultConfig = {
fileMatch: ['(^|/)mix\\.exs$'],
versioning: hexVersioning.id,
};

export const categories: Category[] = ['elixir'];
Expand Down

0 comments on commit 2f255ec

Please sign in to comment.