Skip to content

Commit

Permalink
ci(renovate): 👷 better renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 25, 2020
1 parent e6d272e commit 9a58214
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"extends": [
"config:base"
"extends": ["config:base", ":semanticCommits"],
"packageRules": [
{
"packagePatterns": ["eslint"],
"groupName": "eslint"
},
{
"packagePatterns": ["jest"],
"groupName": "jest"
},
{
"updateTypes": ["patch", "pin", "digest"],
"automerge": true
},
{
"packagePatterns": ["*"],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
]
}

0 comments on commit 9a58214

Please sign in to comment.