Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Jul 12, 2023
1 parent 845bb1c commit 89e166a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:base"],
"schedule": [
"every weekend"
],
"packageRules": [
{
"groupName": "Ktor Client",
"matchPackagePatterns": ["^io\\.ktor:ktor-client(-[^:]+)?$"],
"rangeStrategy": "major",
"updateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 89e166a

Please sign in to comment.