diff --git a/.dangerfile.js b/.dangerfile.js index 06c7af2..4f67d9a 100644 --- a/.dangerfile.js +++ b/.dangerfile.js @@ -6,7 +6,7 @@ const src = danger.git.fileMatch('src/*'); const tests = danger.git.fileMatch('tests/*'); const system = danger.git.fileMatch('.*', '.*/**', 'LICENSE.md', 'package-lock.json', 'package.json'); const isOwner = danger.github.pr.user.login === danger.github.thisPR.owner; -const renovateBot = 29139614; +const renovateBot = 29_139_614; const TrustedBots = [ renovateBot ]; // const isBot = danger.github.pr.user.type === 'Bot'; const isTrustedBot = TrustedBots.includes(danger.github.pr.user.id); diff --git a/.renovaterc b/.renovaterc index f263ddf..d30e2ce 100644 --- a/.renovaterc +++ b/.renovaterc @@ -3,6 +3,8 @@ "config:base" ], + "timezone": "Europe/Kiev", + "rangeStrategy": "replace", "ignoreUnstable": true, @@ -18,7 +20,7 @@ "enabled": true, "automerge": true, "schedule": [ - "before 3am on the 15th through 20th day of the month" + "before 7am every 10th day starting on the 5th" ] }, @@ -59,7 +61,7 @@ "rangeStrategy": "bump", "semanticCommitType": "Chore", "schedule": [ - "before 3am on the 1th through 5th day of the month" + "before 7am every 10th day starting on the 1st" ], "automerge": true },