mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
refactor(repology): Rename cache namespace (#30881)
This commit is contained in:
parent
ff09ed5611
commit
c2f2f439b6
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ export class RepologyDatasource extends Datasource {
|
||||||
|
|
||||||
@cache({
|
@cache({
|
||||||
ttlMinutes: 60,
|
ttlMinutes: 60,
|
||||||
namespace: `datasource-${RepologyDatasource.id}-list`,
|
namespace: `datasource-${RepologyDatasource.id}`,
|
||||||
key: (registryUrl: string, repoName: string, pkgName: string) =>
|
key: (registryUrl: string, repoName: string, pkgName: string) =>
|
||||||
joinUrlParts(registryUrl, repoName, pkgName),
|
joinUrlParts(registryUrl, repoName, pkgName),
|
||||||
})
|
})
|
||||||
|
|
2
lib/util/cache/package/types.ts
vendored
2
lib/util/cache/package/types.ts
vendored
|
@ -96,7 +96,7 @@ export type PackageCacheNamespace =
|
||||||
| 'datasource-pod'
|
| 'datasource-pod'
|
||||||
| 'datasource-python-version'
|
| 'datasource-python-version'
|
||||||
| 'datasource-releases'
|
| 'datasource-releases'
|
||||||
| 'datasource-repology-list'
|
| 'datasource-repology'
|
||||||
| 'datasource-ruby-version'
|
| 'datasource-ruby-version'
|
||||||
| 'datasource-rubygems'
|
| 'datasource-rubygems'
|
||||||
| 'datasource-terraform-module'
|
| 'datasource-terraform-module'
|
||||||
|
|
Loading…
Reference in a new issue