Skip to content

Commit e1968b8

Browse files
Merge pull request #1860 from ral-facilities/renovate/migrate-config
Migrate Renovate config
2 parents 810cb80 + e84ae4b commit e1968b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/datagateway-download/src/downloadStatus/downloadStatusTable.component.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ describe('Download Status Table', () => {
365365
expect(screen.getByText('test-file-3')).toBeInTheDocument();
366366
expect(screen.getByText('test-file-4')).toBeInTheDocument();
367367
expect(screen.getByText('test-file-5')).toBeInTheDocument();
368-
});
368+
}, 30_000);
369369

370370
it('should filter data when date filter is altered', async () => {
371371
renderComponent();

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config:recommended",
55
"schedule:nonOfficeHours",
66
":maintainLockFilesWeekly",
7-
"npm:unpublishSafe",
7+
"security:minimumReleaseAgeNpm",
88
"helpers:pinGitHubActionDigests"
99
],
1010
"postUpdateOptions": ["yarnDedupeHighest"],

0 commit comments

Comments
 (0)