Skip to content

Commit

Permalink
feat(maven): Cache datasource results (#30807)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov authored Aug 15, 2024
1 parent 7a30258 commit 8f797d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/datasource/maven/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export const defaultRegistryUrls = [MAVEN_REPO];
export class MavenDatasource extends Datasource {
static id = 'maven';

override readonly caching = true;

override readonly defaultRegistryUrls = defaultRegistryUrls;

override readonly defaultVersioning: string = mavenVersioning.id;
Expand Down

0 comments on commit 8f797d6

Please sign in to comment.