Skip to content

Commit 591455d

Browse files
authored
1 parent 3a98f5e commit 591455d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
okio:
9+
patterns:
10+
- "com.squareup.okio:*"
11+
okhttp:
12+
patterns:
13+
- "com.squareup.okhttp3:*"
14+
moshi:
15+
patterns:
16+
- "com.squareup.moshi:*"
17+
coroutines:
18+
patterns:
19+
- "org.jetbrains.kotlinx:kotlinx-coroutines*"
20+
retrofit:
21+
patterns:
22+
- "com.squareup.retrofit2:*"
723
- package-ecosystem: "github-actions"
824
directory: "/"
925
schedule:

0 commit comments

Comments
 (0)