Skip to content

Commit

Permalink
Migrate renovate config (#716)
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 Oct 19, 2024
1 parent db2e6a5 commit 16d3481
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"extends": ["config:best-practices"],
"schedule": [
"every weekend"
extends: [
'config:best-practices',
],
"packageRules": [
schedule: [
'every weekend',
],
packageRules: [
{
"groupName": "Ktor Client",
"matchPackagePatterns": ["^io\\.ktor:ktor-client(-[^:]+)?$"],

}
]
groupName: 'Ktor Client',
matchPackageNames: [
'/^io\\.ktor:ktor-client(-[^:]+)?$/',
],
},
],
}

0 comments on commit 16d3481

Please sign in to comment.