Skip to content

Commit

Permalink
Update Renovate Configuration
Browse files Browse the repository at this point in the history
Updates the base configuration to include:
- node support policy
- lockfile maintenance
- optimistic automerging
  • Loading branch information
ErisDS committed Apr 2, 2019
1 parent 0d8f447 commit 91ffa33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
":maintainLockFilesWeekly",
"schedule:earlyMondays",
":automergeMinor"
],
"travis": { "enabled": true },
"node": {
"supportPolicy": ["lts_latest"]
},
"packageRules": [
{
"packagePatterns": ["^postcss", "css", "autoprefixer"],
Expand Down

0 comments on commit 91ffa33

Please sign in to comment.