Skip to content

Commit

Permalink
update renovate configuration (keystonejs#7149)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Cousens <[email protected]>
  • Loading branch information
dcousens and dcousens authored Jan 7, 2022
1 parent 0dc3d4d commit 583bc03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"extends": ["config:base"],
"ignorePaths": ["packages/build-field-tyes/__fixtures__/**/*"],
"lockFileMaintenance": { "enabled": true },
"separateMinorPatch": true,
"separateMinorPatch": false,
"separateMajorMinor": true,
"prConcurrentLimit": 0,
"baseBranches": ["renovating"],
"prHourlyLimit": 3,
"baseBranches": ["main"],
"packageRules": [
{
"packagePatterns": [
Expand All @@ -20,7 +22,7 @@
"groupName": "patch dependencies"
}
],
"rangeStrategy": "bump",
"rangeStrategy": "update-lockfile",
"schedule": ["before 7am on Tuesday", "before 7am on Wednesday"],
"timezone": "Australia/Sydney",
"updateNotScheduled": false
Expand Down

0 comments on commit 583bc03

Please sign in to comment.