From 8194b312b518fcf3d578440a0b05eb1feb5b9809 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 30 Sep 2024 20:46:47 +0530 Subject: fix(renovate): automatically merge dependency updates --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ecbc5a60..c45bb91d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,6 +11,11 @@ ], }, "packageRules": [ + { + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, { matchDatasources: [ "maven" -- cgit v1.2.3