-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve renovate config #896
Conversation
f2a4747
to
10bdcc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not restrict renovate to non-office hours any more? This might prevent some conflicts, does it not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automerging is not going to work: renovatebot/renovate#846
😢
What kind of conflicts are you talking about? I initially enabled this option, to preserve our travis-ci resources, but disabled it now, because there aren't too many PRs being opened anyways (I think renovate already restricts this to max every 2 hours). |
5f3065a
to
e6fdece
Compare
e6fdece
to
ce2de18
Compare
Pimp our renovate config with more specific rules:
"react": "15 || 16"
instead of upgrading to16
)prettier@^1.0.0
toprettier@1.1.0
which would normally fall under our version range, should be updated to the new range:"prettier": "^1.1.0"
)package.json
should be auto merged if they are a minor or patch upgrade