Skip to content

Commit

Permalink
create a Renovate group for Mockito, Mockito-Kotlin, and MockK
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Jun 28, 2023
1 parent 5266cdf commit a8c48e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"^androidx\\.lifecycle:(?:[\\w-]+)$"
],
"groupName" : "androidx lifecycle and downstream libs"
},
{
"matchPackagePatterns" : [
"^org\\.mockito:(?:[\\w-]+)$",
"^org\\.mockito\\.kotlin:(?:[\\w-]+)$",
"^io\\.mockk:(?:[\\w-]+)$"
],
"groupName" : "Mockito and MockK"
}
]
}

0 comments on commit a8c48e5

Please sign in to comment.