Skip to content

Commit

Permalink
fix: updated url (#32801)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-goto authored Nov 29, 2024
1 parent 47f7b1f commit a219f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modules/datasource/conan/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { regEx } from '../../../util/regex';
import type { ConanPackage } from './types';

export const defaultRegistryUrl = 'https://center.conan.io/';
export const defaultRegistryUrl = 'https://center2.conan.io/';

export const datasource = 'conan';

Expand Down
2 changes: 1 addition & 1 deletion lib/modules/datasource/conan/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('modules/datasource/conan/index', () => {
packageName: 'poco/1.2@_/_',
}),
).toEqual({
registryUrl: 'https://center.conan.io',
registryUrl: 'https://center2.conan.io',
releases: [
{
version: '1.8.1',
Expand Down

0 comments on commit a219f96

Please sign in to comment.