Skip to content

Commit

Permalink
[Oztechan/Global#4] Global config update synced local 'renovate.json'…
Browse files Browse the repository at this point in the history
… with remote 'renovate.json'
  • Loading branch information
mustafaozhan committed Nov 25, 2023
1 parent f39e589 commit 5cf88f6
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,29 @@
"rebaseWhen": "conflicted",
"gitAuthor": "Renovate <[email protected]>",
"commitBody": "Co-authored-by: Mustafa Ozhan <[email protected]>",
"commitMessageAction": "[SubMob/ScopeMob#32] Dependency update"
"commitMessageAction": "[Oztechan/Global#12] Update",
"git-submodules": {
"enabled": true,
"groupName": "Git Submodules"
},
"lockFileMaintenance": {
"enabled": true,
"commitMessageAction": "[Oztechan/Global#12] Lock file maintenance"
},
"packageRules": [
{
"matchPackagePatterns": [
"^org.jetbrains.kotlin:kotlin",
"^com.google.devtools.ksp",
"^androidx.compose.compiler"
],
"groupName": "kotlin"
},
{
"matchPackagePatterns": [
"^io.insert-koin"
],
"groupName": "koin"
}
]
}

0 comments on commit 5cf88f6

Please sign in to comment.