summarylogtreecommitdiffstats
path: root/renovate.json
blob: a2f783078d24a0b13e0dcc112b49c9143dc88e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "$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"]
    }
  ],
  "postUpgradeTasks": {
    "commands": ["updpkgsums"],
    "executionMode": "update"
  }
}