Skip to content

Commit

Permalink
feat(renovate): group patch and minor dependencies to one PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Nov 11, 2021
1 parent 234f0fa commit 0c0119a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "daily"
18 changes: 14 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"extends": ["config:base"],
"node": {
"enabled": true
},
"gradle": {
"enabled": true
},
"labels": ["dependencies"]
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 0c0119a

Please sign in to comment.