mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
feat(renovate): enable and batch Kotlin + Compose Compiler updates
This commit is contained in:
parent
0ab452f943
commit
1373198df0
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -6,12 +6,19 @@
|
||||||
"github>msfjarvis/shared-workflows//renovate/automerge"
|
"github>msfjarvis/shared-workflows//renovate/automerge"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^kotlin",
|
||||||
|
"^org.jetbrains.kotlin",
|
||||||
|
"^androidx.compose.compiler"
|
||||||
|
],
|
||||||
|
"groupName": "kotlin"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"managers": [
|
"managers": [
|
||||||
"gradle"
|
"gradle"
|
||||||
],
|
],
|
||||||
"packagePatterns": [
|
"packagePatterns": [
|
||||||
"^org.jetbrains.kotlin",
|
|
||||||
"^com.squareup.okhttp3"
|
"^com.squareup.okhttp3"
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue