From 84b7ad96e62205b7ca12e6b1969b71128abc040e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 7 Feb 2025 11:35:14 +0100 Subject: [PATCH] test --- renovate.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..59c3e69 --- /dev/null +++ b/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "helmfile.yaml" + ], + "matchStrings": [ + "^(?\s*-\s*)path: git::(?.*)ref=(?.*)$" + ], + "depNameTemplate": "test-source", + "datasourceTemplate": "github-refs", + "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", + "autoReplaceStringTemplate": "{{indentation}}path: git::" + } + ] +}