mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
refactor(terraform): Rename cache namespace for TerraformProviderHash
class (#30883)
This commit is contained in:
parent
e1c7e84dee
commit
228e3b6c6e
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ export class TerraformProviderHash {
|
|||
}
|
||||
|
||||
@cache({
|
||||
namespace: `datasource-${TerraformProviderDatasource.id}-build-hashes`,
|
||||
namespace: `datasource-terraform-provider-hash`,
|
||||
key: (build: TerraformBuild) => build.url,
|
||||
ttlMinutes: TerraformProviderHash.hashCacheTTL,
|
||||
})
|
||||
|
|
2
lib/util/cache/package/types.ts
vendored
2
lib/util/cache/package/types.ts
vendored
|
@ -100,7 +100,7 @@ export type PackageCacheNamespace =
|
|||
| 'datasource-ruby-version'
|
||||
| 'datasource-rubygems'
|
||||
| 'datasource-terraform-module'
|
||||
| 'datasource-terraform-provider-build-hashes'
|
||||
| 'datasource-terraform-provider-hash'
|
||||
| 'datasource-terraform-provider-builds'
|
||||
| 'datasource-terraform-provider-releaseBackendIndex'
|
||||
| 'datasource-terraform-provider-zip-hashes'
|
||||
|
|
Loading…
Reference in a new issue