mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(ci): update renovate config (#2648)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"prHourlyLimit": 1,
|
||||
"rebaseStalePrs": false,
|
||||
"prCreation": "not-pending",
|
||||
"prNotPendingHours": 12,
|
||||
"rebaseWhen": "conflicted",
|
||||
"dependencyDashboard": true,
|
||||
"postUpdateOptions": ["gomodTidy"],
|
||||
"packageRules": [
|
||||
|
||||
@@ -5,7 +5,7 @@ let page;
|
||||
|
||||
describe("Demo", () => {
|
||||
beforeAll(async () => {
|
||||
jest.setTimeout(10000);
|
||||
jest.setTimeout(30000);
|
||||
|
||||
browser = await puppeteer.launch();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user