Skip to content

Commit e30cc21

Browse files
committed
fix regex
1 parent be829da commit e30cc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pinDigests": true,
66
"regexManagers": [
77
{
8-
"fileMatch": ["*.tf$"],
8+
"fileMatch": [".*tf$"],
99
"matchStrings": [
1010
"#\\s*renovate:\\s*policy ?\\s default = \"(?<currentValue>.*)\"\\s"
1111
],

0 commit comments

Comments
 (0)