Browse Source

chore(config): update renovate schedule to EST timezone

feat/auto-update
jamaljsr 5 years ago
committed by GitHub
parent
commit
1a18be5247
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .renovaterc

7
.renovaterc

@ -1,10 +1,15 @@
{
"extends": ["config:js-app", "schedule:nonOfficeHours"],
"extends": ["config:js-app"],
"rangeStrategy": "bump",
"automerge": true,
"automergeType": "branch",
"masterIssue": true,
"masterIssueAutoclose": true,
"schedule": [
"after 2am every weekday",
"before 12pm every weekday",
"every weekend"
]
"ignoreDeps": [
"babel-eslint",
"babel-jest",

Loading…
Cancel
Save