Skip to content

Commit

Permalink
Improve renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopedrodcf committed Dec 1, 2022
1 parent 423bd9e commit 8f7cb83
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
{
"extends": ["config:base"]
}
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 8f7cb83

Please sign in to comment.