Skip to content

Commit 9e092d5

Browse files
authored
Fix dependabot test-dependencies group io.mockk regex (flutter#8406)
After flutter#8100, flutter/packages#8358 and flutter/packages#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 66a4d85 commit 9e092d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)