From 2060e69d85886c051726de6f3975e498a517d0ff Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Mon, 1 Apr 2024 21:25:16 +0200 Subject: [PATCH] =?UTF-8?q?renovate.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..2faf817 --- /dev/null +++ b/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackagePatterns": ["*"], + "automerge": true, + "automergeType": "branch" + } + ] +} \ No newline at end of file