Skip to content

Commit 6a9c616

Browse files
committed
chore(renovate): simplify pre-commit config file pattern
1 parent e637547 commit 6a9c616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"customType": "regex",
2525
"managerFilePatterns": [
26-
"/^\\.pre-commit-config\\.yaml$/"
26+
".pre-commit-config.yaml"
2727
],
2828
"matchStrings": [
2929
"(?<depName>[\\w-]+)(?<currentValue>==[a-z0-9.]+)"

0 commit comments

Comments
 (0)