From c80b602bd5ee4d966eb15ec64da5aa2ad4e49f20 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 12 Jun 2026 02:50:38 +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