From d0a11bd7b62a210ef6c5898d46806e28d59b29e5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 12 Jun 2026 02:49:44 +0300 Subject: [PATCH] Add renovate.json --- renovate.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..87209fd --- /dev/null +++ b/renovate.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "dependencyDashboard": true, + "automerge": false, + "labels": ["renovate"], + "prHourlyLimit": 2, + "prConcurrentLimit": 5, + "packageRules": [ + { + "matchUpdateTypes": ["major"], + "addLabels": ["major-update"] + }, + { + "matchUpdateTypes": ["minor"], + "addLabels": ["minor-update"] + }, + { + "matchUpdateTypes": ["patch"], + "addLabels": ["patch-update"] + } + ] +} \ No newline at end of file