Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
only renovate a few packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Apr 2, 2021
1 parent 4579803 commit 780d15d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
{
"extends": [
"config:base"
],
"extends": ["config:base"],
"automerge": true,
"major": {
"automerge": false
},
"prHourlyLimit": 2,
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
"every weekend"
],
"schedule": ["every weekend"],
"masterIssue": true,
"lockFileMaintenance": {
"enabled": true
},
"separatePatchReleases": true,
"separateMultipleMajor": true,
"rangeStrategy": "pin"
"rangeStrategy": "pin",
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"@bahmutov/cy-api",
"@cypress/code-coverage",
"cypress",
"istanbul-lib-coverage"
],
"enabled": false
}
]
}

0 comments on commit 780d15d

Please sign in to comment.