Skip to content
Snippets Groups Projects
Unverified Commit 674f9cbf authored by Tobias's avatar Tobias Committed by GitHub
Browse files

feat(github-tags): enable datasource for registry hunting (#23041)

parent 0b4e5ffd
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ export class GithubTagsDatasource extends Datasource {
override readonly defaultRegistryUrls = ['https://github.com'];
override readonly registryStrategy = 'hunt';
override http: GithubHttp;
constructor() {
......
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