Skip to content

Commit ac22fbc

Browse files
committed
fix: renovate marketplace addons regex matching
1 parent 2a0d79d commit ac22fbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eksMarketplaceAddons.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
]
1515
}
1616
},
17-
1817
"customManagers": [
1918
{
2019
"fileMatch": [
2120
"(^|/).*\\.tf.*"
2221
],
2322
// https://regex101.com/r/BI4jcu/1
2423
"matchStrings": [
25-
"(?<depName>[a-zA-Z0-9_-]+)\\s*=\\s*\\{\\s*.*\\s*addon_version\\s*=\\s*\"(?<currentValue>[^\\"]+)\""
24+
'(?<depName>[a-zA-Z0-9_-]+)\\s*=\\s*\\{\\s*.*\\s*addon_version\\s*=\\s*\"(?<currentValue>[^\\"]+)\"'
2625
],
2726
"datasourceTemplate": "custom.eks-addons",
2827
"depNameTemplate": "{{{depName}}}",

0 commit comments

Comments
 (0)