Skip to content

Commit 808e63f

Browse files
committed
renovate regex
1 parent e30cc21 commit 808e63f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"fileMatch": [".*tf$"],
99
"matchStrings": [
10-
"#\\s*renovate:\\s*policy ?\\s default = \"(?<currentValue>.*)\"\\s"
10+
"#\\s*renovate:\\s*policy?\\s*default = \"(?<currentValue>.*)\"\\s"
1111
],
1212
"datasourceTemplate": "github-tags",
1313
"depNameTemplate": "policy",

variable.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ variable "mycompany.com/policy-version" {
22
type = string
33
# renovate: policy
44
default = "1.0.0"
5-
}
6-
#
5+
}

0 commit comments

Comments
 (0)