Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
chore(renovate): set 'automerge = patch' for tslint-rules package
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 28, 2017
1 parent 58874e9 commit ee8ccc4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Expand Up @@ -3,5 +3,19 @@
"depTypes": [{ "depType": "dependencies", "pinVersions": false }],
"pinVersions": true,
"rebaseStalePrs": true,
"semanticCommits": true
"semanticCommits": true,
"packages": [
{
"packageName": "tslint",
"automerge": "patch"
},
{
"packageName": "tslint-consistent-codestyle",
"automerge": "patch"
},
{
"packageName": "tslint-eslint-rules",
"automerge": "patch"
}
]
}

0 comments on commit ee8ccc4

Please sign in to comment.