Skip to content
Snippets Groups Projects
Unverified Commit 5e31c69a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(bazelisk): use semver versioning (#23771)

parent 77e10684
No related branches found
No related tags found
No related merge requests found
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'];
......
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