summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian2021-02-25 18:27:10 +0100
committerchristian2021-02-25 18:27:10 +0100
commitcc693b3b8d6930ccd19a4abd22ac010d72ad08fe (patch)
treee621c0661a355f57b18fd71c0cdcf1c4d34443ea
parenteabf8b464ff1c6264659929337e0eecce08c02ea (diff)
downloadaur-cc693b3b8d6930ccd19a4abd22ac010d72ad08fe.tar.gz
testing github-release renovation
-rw-r--r--renovate.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/renovate.json b/renovate.json
index a502faa77dc2..e2a6bdaecaa3 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,5 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base"
+ ],
"packageRules": [
{
"matchDatasources": ["github-releases"],
@@ -10,9 +13,7 @@
"regexManagers": [
{
"fileMatch": ["^PKGBUILD$"],
- "matchStrings": ["pkgver=(?<currentValue>.*?)\n"],
- "depNameTemplate": "pkgbuild",
- "datasourceTemplate": "github-releases"
+ "matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
]
}