Skip to content

Commit

Permalink
chore: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoheiG3 committed May 5, 2024
1 parent 49468d3 commit 71443ab
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScopeDisabled"
],
"dependencyDashboard": false,
"major": {
"minimumReleaseAge": "7 days"
},
"minor": {
"minimumReleaseAge": "3 days"
},
"patch": {
"minimumReleaseAge": "2 days"
},
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"groupName": "gradle",
"matchManagers": [
"gradle",
"gradle-wrapper"
],
"enabled": false
}
]
}

0 comments on commit 71443ab

Please sign in to comment.