aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json5
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-05-11 00:44:49 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-05-11 00:44:53 +0530
commit5bd31f0073c62b0ee010a570d156efe3dee5c9c4 (patch)
treee6b66af75175f03205c327cd847cb05d85cb6454 /.github/renovate.json5
parentcaca4f7a08155a6e6ecad72d3c5af7a065ed4228 (diff)
fix(renovate): group all AndroidX updates together
Diffstat (limited to '.github/renovate.json5')
-rw-r--r--.github/renovate.json57
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"
},