summarylogtreecommitdiffstats
path: root/renovate.json
blob: f364a7e2a385fdb0532a22ec8dfa6b3d652a472e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",

  "extends": ["config:base"],

  "assignees": ["languitar"],
  "reviewers": ["languitar"],

  "postUpgradeTasks": {
    "commands": ["./post-update.sh"],
    "fileFilters": ["PKGBUILD", ".SRCINFO"],
    "executionMode": "branch"
  },

  "regexManagers": [
    {
      "fileMatch": ["^PKGBUILD$"],
      "matchStrings": [
        "pkgver=(?<currentValue>.*?)\n"
      ],
      "depNameTemplate": "tkem/uritools",
      "datasourceTemplate": "github-tags"
    }
  ]
}