Skip to content

Commit

Permalink
renovate.json - groups
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-s-brainhub committed Mar 4, 2020
1 parent 88f663d commit 0a02cfc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"bumpVersion": "patch",
"commitMessagePrefix": "[renovate] ",
"groupName": "all dependencies",
"groupName": "NPM dependencies",
"labels": ["renovate"],
"rangeStrategy": "bump",
"docker": {
"major": {
"enabled": true
}
}
},
"packageRules": [
{
"groupName": "Docker dependencies",
"managers": [
"circleci"
]
}
]
}

0 comments on commit 0a02cfc

Please sign in to comment.