Skip to content

Commit

Permalink
Fix dependabot test-dependencies group io.mockk regex (#8406)
Browse files Browse the repository at this point in the history
After #8100,  #8358 and #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`.
  • Loading branch information
jmagman authored Jan 10, 2025
1 parent 66a4d85 commit 9e092d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ updates:
test-dependencies:
patterns:
- "androidx.test:*"
- "io.mockk:mockk:*"
- "io.mockk:*"
- "junit:junit"
- "org.mockito:*"
- "org.robolectric:*"
Expand Down

0 comments on commit 9e092d5

Please sign in to comment.