diff options
Diffstat (limited to '.github/renovate.json')
-rw-r--r-- | .github/renovate.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 8efef208..687e4d79 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,10 @@ { "matchPackagePatterns": ["^androidx.compose"], "groupName": "jetpack-compose" + }, + { + "matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"], + "groupName": "kotlin" } ] } |