Skip to content

Commit

Permalink
Migrate config .renovaterc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-DevPla-Bot committed Nov 27, 2024
1 parent ff97ce2 commit 35be4bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"commitMessagePrefix": "",
"packageRules": [
{
"matchPackagePatterns": [
"^org\\.mockito:.+$",
"^version\\.mockito$"
],
"schedule": "on Monday"
"schedule": "on Monday",
"matchPackageNames": [
"/^org\\.mockito:.+$/",
"/^version\\.mockito$/"
]
}
],
"reviewers": [
Expand Down

0 comments on commit 35be4bf

Please sign in to comment.