Skip to content

Commit

Permalink
dependabot: Added common groups
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinguitar committed Nov 13, 2023
1 parent 21d9745 commit 2f6fd74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ updates:
interval: "daily"
reviewers:
- "kevinguitar"
groups:
kotlin-and-compose-compiler:
patterns:
- "org.jetbrains.kotlin:*"
- "org.jetbrains.kotlin.*"
- "androidx.compose.compiler:compiler"
androidx:
patterns:
- "androidx.*"
google-play-services:
patterns:
- "com.google.android.gms:*"
- "com.google.android.play:*"

0 comments on commit 2f6fd74

Please sign in to comment.