Skip to content
Snippets Groups Projects
Unverified Commit c2f2f439 authored by Sergei Zharinov's avatar Sergei Zharinov Committed by GitHub
Browse files

refactor(repology): Rename cache namespace (#30881)

parent ff09ed56
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ export class RepologyDatasource extends Datasource {
@cache({
ttlMinutes: 60,
namespace: `datasource-${RepologyDatasource.id}-list`,
namespace: `datasource-${RepologyDatasource.id}`,
key: (registryUrl: string, repoName: string, pkgName: string) =>
joinUrlParts(registryUrl, repoName, pkgName),
})
......
......@@ -96,7 +96,7 @@ export type PackageCacheNamespace =
| 'datasource-pod'
| 'datasource-python-version'
| 'datasource-releases'
| 'datasource-repology-list'
| 'datasource-repology'
| 'datasource-ruby-version'
| 'datasource-rubygems'
| 'datasource-terraform-module'
......
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