Skip to content

Commit d108320

Browse files
authored
ci: replace matchDepPatterns with matchPackageNames (angular#57175)
Dev-infra recently upgraded to Renovate version 38. This update causes `matchDepPatterns` to only accept RegExp. Since we require a glob pattern, we will now use `matchPackageNames`, which supports glob patterns and is already used in the configuration.
1 parent ca8bd5b commit d108320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"packageRules": [
5151
{
52-
"matchDepPatterns": ["*"],
52+
"matchPackageNames": ["*"],
5353
"matchUpdateTypes": ["minor", "patch"],
5454
"groupName": "all non-major dependencies",
5555
"schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"]

0 commit comments

Comments
 (0)