Skip to content

Commit

Permalink
fix(bazelisk): use semver versioning (#23771)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Aug 9, 2023
1 parent 77e1068 commit 5e31c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/manager/bazelisk/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import type { Category } from '../../../constants';
import { GithubReleasesDatasource } from '../../datasource/github-releases';
import * as semverVersioning from '../../versioning/semver';

export { extractPackageFile } from './extract';

export const defaultConfig = {
fileMatch: ['(^|/)\\.bazelversion$'],
pinDigests: false,
versioning: semverVersioning.id,
};

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

0 comments on commit 5e31c69

Please sign in to comment.