We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30cc21 commit 808e63fCopy full SHA for 808e63f
.github/renovate.json5
@@ -7,7 +7,7 @@
7
{
8
"fileMatch": [".*tf$"],
9
"matchStrings": [
10
- "#\\s*renovate:\\s*policy ?\\s default = \"(?<currentValue>.*)\"\\s"
+ "#\\s*renovate:\\s*policy?\\s*default = \"(?<currentValue>.*)\"\\s"
11
],
12
"datasourceTemplate": "github-tags",
13
"depNameTemplate": "policy",
variable.tf
@@ -2,5 +2,4 @@ variable "mycompany.com/policy-version" {
2
type = string
3
# renovate: policy
4
default = "1.0.0"
5
-}
6
-#
+}
0 commit comments