summarylogtreecommitdiffstats
path: root/renovate.json
blob: fb51c93bfb1b70224a879778ff1f6a49e86e6199 (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": true
    }
  ],
  "regexManagers": [
    {
      "fileMatch": ["^PKGBUILD$"],
      "matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
    }
  ],
  "postUpgradeTasks": {
    "commands": ["updpkgsums"],
    "executionMode": "update"
  }
}