Skip to content

Commit

Permalink
Update lib/modules/versioning/pvp/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Dec 6, 2024
1 parent 6d1d708 commit 4c1b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/versioning/pvp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { compareIntArray, extractAllParts, getParts, plusOne } from './util';

export const id = 'pvp';
export const displayName = 'Package Versioning Policy (Haskell)';
export const urls = [];
export const urls = ['https://pvp.haskell.org'];
export const supportsRanges = true;
export const supportedRangeStrategies: RangeStrategy[] = ['auto'];

Expand Down

0 comments on commit 4c1b565

Please sign in to comment.