Skip to content

Commit b74a17e

Browse files
alan-agius4AndrewKushnir
authored andcommitted
ci: update Renovate configuration: replace matchPackagePatterns with matchDepPatterns (angular#55683)
This commit addresses a warning in Renovate regarding a deprecated behavior that will be phased out in the future. ``` WARNING: To prevent future issues, replace the usage of matchPackagePatterns with matchDepPatterns (repository=angular/angular, baseBranch=main) "packageRule": { "matchPackagePatterns": ["^@bazel/.*", "^build_bazel.*"], "groupName": "bazel setup", "schedule": ["at any time"] }, "packageName": "bazelbuild/rules_nodejs", "depName": "build_bazel_rules_nodejs" ``` PR Close angular#55683
1 parent 5a83e61 commit b74a17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
],
5151
"packageRules": [
5252
{
53-
"matchPackagePatterns": ["*"],
53+
"matchDepPatterns": ["*"],
5454
"matchUpdateTypes": ["minor", "patch"],
5555
"groupName": "all non-major dependencies",
5656
"schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"]
5757
},
5858

5959
{
60-
"matchPackagePatterns": ["^@bazel/.*", "^build_bazel.*"],
60+
"matchDepPatterns": ["^@bazel/.*", "^build_bazel.*"],
6161
"groupName": "bazel setup",
6262
"schedule": ["at any time"]
6363
},

0 commit comments

Comments
 (0)