Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix dependabot.yml patterns (#2561)
Browse files Browse the repository at this point in the history
* Fix dependabot.yml patterns

* Update `dependabot.yml`
  • Loading branch information
ILIYANGERMANOV authored Sep 3, 2023
1 parent eb0b161 commit 45af987
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,33 @@ updates:
groups:
kotlin-compose:
patterns:
- "org.jetbrains.kotlin:*"
- "org.jetbrains.kotlinx:*"
- "org.jetbrains.kotlin.plugin.serialization"
- "androidx.compose:*"
- "androidx.glance:*"
- "androidx.compose*"
- "androidx.glance*"
- "org.jetbrains.kotlin*"
- "io.coil-kt:coil-compose"
- "com.android.tools.build:gradle"
- "androidx.activity:activity-compose"
- "androidx.lifecycle:lifecycle-viewmodel-compose"
ktor:
patterns:
- "io.ktor:*"
- "io.ktor*"
google-firebase:
patterns:
- "com.google.*"
- "com.android.billingclient:*"
- "com.google*"
- "com.android.billingclient*"
kotest:
patterns:
- "io.kotest.*"
- "io.kotest:*"
- "io.kotest*"
androidx:
patterns:
- "androidx.*"
hilt:
patterns:
- "com.google.dagger:*"
- "androidx.hilt:hilt-work"
- "com.google.dagger*"
- "androidx.hilt*"
room:
patterns:
- "androidx.room:*"
- "androidx.room*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 45af987

Please sign in to comment.