Skip to content
Snippets Groups Projects
Unverified Commit 40b15b0b authored by Chuck Grindel's avatar Chuck Grindel Committed by GitHub
Browse files

fix(datasource/bazel): use registryStrategy=hunt (#25520)

parent 25292f0e
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ export class BazelDatasource extends Datasource { ...@@ -15,6 +15,7 @@ export class BazelDatasource extends Datasource {
'https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main'; 'https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main';
override readonly defaultRegistryUrls = [BazelDatasource.bazelCentralRepoUrl]; override readonly defaultRegistryUrls = [BazelDatasource.bazelCentralRepoUrl];
override readonly registryStrategy = 'hunt';
override readonly customRegistrySupport = true; override readonly customRegistrySupport = true;
override readonly caching = true; override readonly caching = true;
......
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