Skip to content

Commit

Permalink
Update Renovate Configuration (TryGhost#1119)
Browse files Browse the repository at this point in the history
no issue
- switch scheduling to early monday mornings
  • Loading branch information
kevinansfield committed Mar 14, 2019
1 parent 1c14455 commit b98cf48
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"config:base",
"group:jsTestMonMajor",
"group:linters",
":maintainLockFilesWeekly"
":maintainLockFilesWeekly",
"schedule:earlyMondays"
],
"ignoreDeps": [
"ember-drag-drop",
Expand All @@ -17,6 +18,10 @@
"node": {
"supportPolicy": ["lts_latest"]
},
"separateMinorPatch": true,
"patch": {
"automerge": true
},
"packageRules": [
{
"groupName": "ember core",
Expand All @@ -30,9 +35,5 @@
"groupName": "css processors",
"packagePatterns": ["^postcss", "^css", "autoprefixer"]
}
],
"separateMinorPatch": true,
"patch": {
"automerge": true
}
]
}

0 comments on commit b98cf48

Please sign in to comment.