diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-11 00:44:49 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-11 00:44:53 +0530 |
commit | 5bd31f0073c62b0ee010a570d156efe3dee5c9c4 (patch) | |
tree | e6b66af75175f03205c327cd847cb05d85cb6454 /.github/renovate.json5 | |
parent | caca4f7a08155a6e6ecad72d3c5af7a065ed4228 (diff) |
fix(renovate): group all AndroidX updates together
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 028a165c..fe3fb5e5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,9 +18,14 @@ }, { "matchPackagePatterns": [ + "^androidx.*", + ], + "groupName": "androidx" + }, + { + "matchPackagePatterns": [ "^kotlin", "^org.jetbrains.kotlin", - "^androidx.compose.compiler" ], "groupName": "kotlin" }, |