Skip to content

Commit

Permalink
chore: Configure Renovate (#112)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brian Estrada <[email protected]>
  • Loading branch information
renovate[bot] and BrianEstrada authored Nov 17, 2023
1 parent 9893271 commit 81c2d32
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"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 81c2d32

Please sign in to comment.