Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 9658bf6 commit 2d4f7d1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"groupName": "Update other dependencies",
"matchPackageNames": [
"*"
],
"groupName": "Update other dependencies"
]
},
{
"matchPackagePatterns": [
"androidx.*"
],
"groupName": "Update Androidx"
"groupName": "Update Androidx",
"matchPackageNames": [
"/androidx.*/"
]
},
{
"matchPackagePatterns": [
"androidx.compose.compiler:compiler"
],
"groupName": "kotlin"
"groupName": "kotlin",
"matchPackageNames": [
"/androidx.compose.compiler:compiler/"
]
},
{
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin"
"groupName": "kotlin",
"matchPackageNames": [
"/org.jetbrains.kotlin.*/"
]
}
]
}

0 comments on commit 2d4f7d1

Please sign in to comment.