fix(renovate): reformat config with Boop

This commit is contained in:
Harsh Shandilya 2022-11-13 01:23:50 +05:30
parent e90c2f5a7d
commit 653787c946
No known key found for this signature in database

12
.github/renovate.json vendored
View file

@ -24,10 +24,14 @@
"enabled": false "enabled": false
}, },
{ {
"matchDatasources": ["maven"], "matchDatasources": [
"matchPackageNames": ["androidx.compose.compiler:compiler"], "maven"
],
"matchPackageNames": [
"androidx.compose.compiler:compiler"
],
"registryUrls": [ "registryUrls": [
"https://maven.google.com/" "https://maven.google.com/"
] ]
} }
], ],
@ -61,6 +65,6 @@
], ],
"datasourceTemplate": "maven", "datasourceTemplate": "maven",
"depNameTemplate": "androidx.compose.compiler:compiler" "depNameTemplate": "androidx.compose.compiler:compiler"
} }
] ]
} }