Skip to content

Commit 7fcbc5e

Browse files
committed
fix wrong field name
1 parent a9425f1 commit 7fcbc5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate/default.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
customManagers: [
5858
{
5959
customType: "regex",
60-
matchFileNames: ["**/.pre-commit*config*.yaml"],
60+
managerFilePatterns: ["**/.pre-commit*config*.yaml"],
6161
matchStrings: ["- (?<depName>[^@\\s]+)@(?<currentValue>[^\\s#]+)"],
6262
datasourceTemplate: "npm",
6363
versioningTemplate: "npm",

0 commit comments

Comments
 (0)