Skip to content

Commit

Permalink
renovate: matchPackagePatterns -> matchPackageNames
Browse files Browse the repository at this point in the history
See https://docs.renovatebot.com/release-notes-for-major-versions/#changes-to-package-matching

This might also explain the issues getting grouping to work for
pulldown-cmark.
  • Loading branch information
zoni committed Aug 24, 2024
1 parent 768ebb3 commit 5bede0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// pulldown-cmark and pulldown-cmark-to-mark must be updated in
// lockstep in case of breaking changes, so it's best to group them
// together.
"matchPackagePatterns": ["^pulldown-cmark.*"],
"matchPackageNames": ["pulldown-cmark*"],
"groupName": "pulldown-cmark (grouped)"
},
],
Expand Down

0 comments on commit 5bede0a

Please sign in to comment.