Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada authored Nov 17, 2023
1 parent a428b95 commit 586d161
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
"groupName": "upgrade all non-major gradle dependencies",
"matchManagers": [
"gradle"
],
"matchPackagePatterns": [
"*"
],
"groupSlug": "gradle-all",
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 586d161

Please sign in to comment.