Skip to content

Commit

Permalink
Chore: change renovate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Oct 11, 2021
1 parent 609151a commit b983eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 4 additions & 2 deletions .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"config:base"
],

"timezone": "Europe/Kiev",

"rangeStrategy": "replace",
"ignoreUnstable": true,

Expand All @@ -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"
]
},

Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit b983eab

Please sign in to comment.