Skip to content

Commit

Permalink
another attempt at less noisy renovation strategy (keystonejs#7186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Jan 12, 2022
1 parent 1fae761 commit eb57949
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": ["config:base"],
"ignorePaths": ["packages/build-field-tyes/__fixtures__/**/*"],
"lockFileMaintenance": { "enabled": true },
"separateMinorPatch": false,
"separateMajorMinor": true,
@@ -16,13 +15,9 @@
"^slate"
],
"enabled": false
},
{
"updateTypes": ["patch"],
"groupName": "patch dependencies"
}
],
"rangeStrategy": "update-lockfile",
"rangeStrategy": "replace",
"schedule": ["before 7am on Tuesday", "before 7am on Wednesday"],
"timezone": "Australia/Sydney",
"updateNotScheduled": false

0 comments on commit eb57949

Please sign in to comment.