Skip to content

Commit

Permalink
[Oztechan/Global#4] Global config update synced local 'renovate.json'…
Browse files Browse the repository at this point in the history
… with remote 'relative/renovate.json'
  • Loading branch information
mustafaozhan committed Dec 31, 2024
1 parent 73930cf commit 5d75026
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 5d75026

Please sign in to comment.