Skip to content
Snippets Groups Projects
Commit 3dead586 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

datasource-cargo

parent 960ef9b8
No related merge requests found
...@@ -9,7 +9,7 @@ async function getPkgReleases({ lookupName }) { ...@@ -9,7 +9,7 @@ async function getPkgReleases({ lookupName }) {
return null; return null;
} }
const cacheNamespace = 'cargo'; const cacheNamespace = 'datasource-cargo';
const cacheKey = lookupName; const cacheKey = lookupName;
const cachedResult = await renovateCache.get(cacheNamespace, cacheKey); const cachedResult = await renovateCache.get(cacheNamespace, cacheKey);
// istanbul ignore if // istanbul ignore if
......
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