Skip to content

Commit

Permalink
Create renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir authored Feb 20, 2024
1 parent c2e3d66 commit 3d5991a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":label(dependencies)",
":automergePatch",
":combinePatchMinorReleases",
":prConcurrentLimit10",
":timezone(Europe/London)",
"group:recommended",
"group:testNonMajor",
"workarounds:all"
],
"schedule": "before 5am on Monday",
"prHourlyLimit": 0,
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
// Compose compiler, molecule and ksp are tightly coupled to Kotlin version.
"matchPackagePrefixes": [
"androidx.compose.compiler",
"app.cash.molecule",
"com.google.devtools.ksp",
"org.jetbrains.kotlin",
],
"groupName": "Kotlin/Compose"
}
],
"force": {
"constraints": {
"java": "= 18"
}
},
}

0 comments on commit 3d5991a

Please sign in to comment.