Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Smulko committed Mar 7, 2020
1 parent 5b85f28 commit 12a402e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"extends": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":semanticPrefixFixDepsChoreOthers",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":maintainLockFilesDisabled",
":autodetectPinVersions",
"group:monorepos",
"group:recommended",
"helpers:disableTypesNodeMajor"
],
"nuget": {
"enabled": true,
"registryUrls": ["https://api.nuget.org/v3/index.json"]
},
"js": {
"managerBranchPrefix": "js-",
"prConcurrentLimit": 1
},
"dotnet": {
"managerBranchPrefix": "dotnet-",
"prConcurrentLimit": 1
},
"masterIssue": true,
"labels": ["renovate"],
"automerge": false
}

0 comments on commit 12a402e

Please sign in to comment.