summarylogtreecommitdiffstats
path: root/renovate.json
blob: e2a6bdaecaa32ba645faaa748e29a1587575ee84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base"
  ],
  "packageRules": [
    {
      "matchDatasources": ["github-releases"],
      "matchPackageNames": ["DeFiCh/app"],
      "automerge": false
    }
  ],
  "regexManagers": [
    {
      "fileMatch": ["^PKGBUILD$"],
      "matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
    }
  ]
}