Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ci: add package rules for compose compiler and kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Aug 2, 2023
1 parent af181c5 commit ed6f056
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"schedule": ["every weekend"],
"git-submodules": {
"enabled": true
}
},
"packageRules": [
{
"matchPackagePatterns": [
"^org.jetbrains.kotlin",
"^com.google.devtools.ksp",
"^androidx.compose.compiler"
],
"groupName": "kotlin"
}
]
}

0 comments on commit ed6f056

Please sign in to comment.