We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d390c commit 0980481Copy full SHA for 0980481
1 file changed
renovate.json5
@@ -100,9 +100,16 @@
100
'!androidx.compose{/,}**',
101
'!androidx.navigation:navigation-compose{/,}**',
102
'!androidx.wear.compose{/,}**',
103
+ '!androidx.webkit{/,}**',
104
'androidx.{/,}**',
105
],
106
},
107
+ {
108
+ groupName: 'androidx.webkit:*',
109
+ matchPackageNames: [
110
+ 'androidx.webkit:{/,}**',
111
+ ],
112
+ },
113
{
114
groupName: 'com.android.*',
115
matchPackageNames: [
0 commit comments