From 7e229382860c4dc887c06c5fff9c5b714896a631 Mon Sep 17 00:00:00 2001 From: Pavlo Shevchenko Date: Thu, 14 Nov 2024 12:25:39 +0100 Subject: [PATCH] Enable automerge of minor updates --- .github/renovate.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7190a60..ca6706c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "github>gradle/renovate-agent//presets/dv-automerge-minor.json5" + ] }