Skip to content

Commit

Permalink
feat(datasource/hexpm-bob): Switch to builds.hex.pm from repo.hex.pm (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed May 2, 2023
1 parent 64a687f commit 0e46363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/modules/datasource/hexpm-bob/common.ts
@@ -1,3 +1,3 @@
export const defaultRegistryUrl = 'https://repo.hex.pm';
export const defaultRegistryUrl = 'https://builds.hex.pm';

export const datasource = 'hexpm-bob';
4 changes: 2 additions & 2 deletions lib/modules/datasource/hexpm-bob/index.spec.ts
Expand Up @@ -82,7 +82,7 @@ describe('modules/datasource/hexpm-bob/index', () => {
});
expect(res).toEqual({
homepage: 'https://elixir-lang.org/',
registryUrl: 'https://repo.hex.pm',
registryUrl: 'https://builds.hex.pm',
releases: [
{
gitRef: '185eeec5ecbc2a0c8d9b8b97cb2d23108615ffdb',
Expand Down Expand Up @@ -133,7 +133,7 @@ describe('modules/datasource/hexpm-bob/index', () => {

expect(res).toEqual({
homepage: 'https://www.erlang.org/',
registryUrl: 'https://repo.hex.pm',
registryUrl: 'https://builds.hex.pm',
releases: [
{
gitRef: '6efb5e31df6bc512ed6c466584ef15b846dcecab',
Expand Down

0 comments on commit 0e46363

Please sign in to comment.