Skip to content

Commit

Permalink
Use matchPackageNames
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 19, 2022
1 parent 7392173 commit 5918c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
automerge: true,
},
{
matchPackagePatterns: ['scikit-image'],
matchPackageNames: ['scikit-image'],
groupName: 'scikit-image',
},
/** Accept only the patch on the stabilization branches */
Expand All @@ -44,7 +44,7 @@
/** No c2cciutils on master branch */
{
matchBaseBranches: ['master'],
matchPackagePatterns: ['c2cciutils'],
matchPackageNames: ['c2cciutils'],
enabled: false,
},
],
Expand Down

0 comments on commit 5918c93

Please sign in to comment.