Skip to content

Commit

Permalink
disable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Jan 5, 2022
1 parent bb291ea commit f2a9f49
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"extends": ["config:base", ":prHourlyLimitNone", ":prConcurrentLimitNone"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"packageRules": [
{
"packagePatterns": ["^@types/", "aws-sdk", "typescript", "react", "react-dom", "jest"],
"automerge": true
},
{
"paths": ["e2e/package.json"],
"automerge": true
}
]
"rangeStrategy": "bump"
}

0 comments on commit f2a9f49

Please sign in to comment.