diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-09 10:49:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:49:53 +0530 |
commit | f968b21bf665975e17ad9b03bcff652000e96ec4 (patch) | |
tree | 210eda89bb01e32196ac740ced49c89102b7e34c /.github/renovate.json | |
parent | 4c666cfaa2ae2981c580044477788458d3cb29ce (diff) |
chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.7.0 (#1941)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
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" } ] } |