summarylogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index fb51c93bfb1b..000000000000
--- a/renovate.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "$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"
- }
-}