Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 93f9dcd commit eceae3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies"
Expand All @@ -20,16 +20,16 @@
},
"packageRules": [
{
"matchPackagePatterns": [
"^org.jetbrains.kotlin.$"
],
"groupName": "kotlin"
"groupName": "kotlin",
"matchPackageNames": [
"/^org.jetbrains.kotlin.$/"
]
},
{
"matchPackagePatterns": [
"^io.insert-koin"
],
"groupName": "koin"
"groupName": "koin",
"matchPackageNames": [
"/^io.insert-koin/"
]
}
]
}

0 comments on commit eceae3c

Please sign in to comment.