{ "$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=(?.*?)\n" ], "matchStringsStrategy": "combination", "depNameTemplate": "eclipse/eclipse.jdt.ls", "datasourceTemplate": "github-tags", "extractVersionTemplate": "^v(?.*)$" } ] }