Skip to content

Commit

Permalink
update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed May 11, 2019
1 parent 324d930 commit 8bae6be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ how renovate works and how to configure it.

- [Overview of Configuration Options](https://renovatebot.com/docs/configuration-options/)
- [Create and use shareable Config Presets](https://renovatebot.com/docs/config-presets/) ([example config from teppeis](https://github.com/teppeis/renovate-config))
- [Default preset configs for Renovate](https://github.com/renovatebot/presets/blob/master/packages/renovate-config-default/package.json)
- [Default presets](https://renovatebot.com/docs/presets-default/)
- [Default preset configs for Renovate](https://github.com/renovatebot/presets/blob/master/packages/renovate-config-default/package.json)
- [Config Presets](https://renovatebot.com/docs/presets-config/)
- [config:base](https://github.com/renovatebot/presets/blob/master/packages/renovate-config-config/package.json)
- [Package Presets](https://renovatebot.com/docs/presets-packages)
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"assignees": ["@natterstefan"],
"semanticCommits": true,
"npm": {
"extends": [
":automergePatch",
":noUnscheduledUpdates",
":unpublishSafe",
"helpers:disableTypesNodeMajor"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 3am on the first day of the month"]
Expand Down

0 comments on commit 8bae6be

Please sign in to comment.