summarylogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 1fdad3f4164b..e2a6bdaecaa3 100644
--- a/renovate.json
+++ b/renovate.json
@@ -13,7 +13,7 @@
"regexManagers": [
{
"fileMatch": ["^PKGBUILD$"],
- "matchStrings": ["pkgver=v(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
+ "matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
]
}