mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
Configure Renovate to batch Compose updates (#1887)
This commit is contained in:
parent
ce29d22ee7
commit
e025b120ed
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
@ -2,5 +2,11 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":dependencyDashboard"
|
":dependencyDashboard"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^androidx.compose"],
|
||||||
|
"groupName": "jetpack-compose"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue