diff --git a/lib/datasource/metadata.ts b/lib/datasource/metadata.ts
index 7aef15c5472ddb0a3eb1bb48198447fd9332ca51..d3d856409054ab3eef81e2db19c384e7ce793621 100644
--- a/lib/datasource/metadata.ts
+++ b/lib/datasource/metadata.ts
@@ -1,10 +1,10 @@
 import URL from 'url';
+import is from '@sindresorhus/is';
 import parse from 'github-url-from-git';
 import { DateTime } from 'luxon';
 import * as hostRules from '../util/host-rules';
 import { validateUrl } from '../util/url';
 import type { ReleaseResult } from './types';
-import is from '@sindresorhus/is';
 
 // Use this object to define changelog URLs for packages
 // Only necessary when the changelog data cannot be found in the package's source repository