summarylogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index e2a6bdaecaa3..1168b2013712 100644
--- a/renovate.json
+++ b/renovate.json
@@ -14,6 +14,10 @@
{
"fileMatch": ["^PKGBUILD$"],
"matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
+ },
+ {
+ "fileMatch": ["^PKGBUILD$"],
+ "matchStrings": ["sha256sums=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
]
}