Skip to content

Commit

Permalink
ci: fix regex for pre-commit-config.yaml (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo authored Jan 31, 2024
1 parent 3feb312 commit ceb64e2
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 @@ -110,7 +110,7 @@
fileMatch: [".pre-commit-config.yaml"],
depTypeTemplate: "devDependencies",
matchStrings: [
"# renovate: datasource=(?<datasource>\\S+);\\s*depName=(?<depName>.*?)\n\s+rev: \"v?(?<currentValue>.*?)\""
"# renovate: datasource=(?<datasource>\\S+);\\s*depName=(?<depName>.*?)\n\\s+rev: \"v?(?<currentValue>.*?)\""
]
}
],
Expand Down

0 comments on commit ceb64e2

Please sign in to comment.