summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--renovate.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/renovate.json b/renovate.json
index 1168b2013712..a2f783078d24 100644
--- a/renovate.json
+++ b/renovate.json
@@ -14,10 +14,10 @@
{
"fileMatch": ["^PKGBUILD$"],
"matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
- },
- {
- "fileMatch": ["^PKGBUILD$"],
- "matchStrings": ["sha256sums=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
- ]
+ ],
+ "postUpgradeTasks": {
+ "commands": ["updpkgsums"],
+ "executionMode": "update"
+ }
}