Skip to content

Commit

Permalink
chore: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
coston authored Jun 9, 2020
1 parent 7d16bbf commit 330516b
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": ["config:base"],
"schedule": ["on saturday"],
"labels": ["renovate"],
"stabilityDays": 7,
"statusCheckVerify": true,
"rangeStrategy": "auto",
"prCreation": "not-pending",
"masterIssue": true,
"automerge": true,
"packageRules": [
{
"packagePatterns": ["^react"],
"groupName": ["React packages"]
},
{
"packagePatterns": ["^@babel"],
"groupName": ["Babel packages"]
},
{
"packagePatterns": [
"^eslint",
"^@commitlint",
"^commitizen",
"^cz",
"^lint",
"^prettier"
],
"groupName": ["Linter packages"]
}
]
}

0 comments on commit 330516b

Please sign in to comment.