Skip to content

Commit 091b69e

Browse files
jmagmanandroidseb
authored andcommitted
Fix dependabot test-dependencies group io.mockk regex (flutter#8406)
After flutter#8100, flutter#8358 and flutter#8357 should have been grouped into one dependabot PR to bump io.mockk:mockk to 1.13.14 across all packages. Fix the regex to match `io.mockk:mockk`.
1 parent 6d9b46b commit 091b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ updates:
109109
test-dependencies:
110110
patterns:
111111
- "androidx.test:*"
112-
- "io.mockk:mockk:*"
112+
- "io.mockk:*"
113113
- "junit:junit"
114114
- "org.mockito:*"
115115
- "org.robolectric:*"

0 commit comments

Comments
 (0)