From 5b3b8d12532ac5b4db4a74abfce05b0d86e63e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20de=20Aguiar=20F=C3=A9o?= Date: Fri, 1 Aug 2025 15:49:54 +0100 Subject: [PATCH] Configure Renovate --- .github/renovate.json5 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 000000000..bc3d24ac5 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "github>gradle/renovate-agent//presets/dv.json5", + ":disableDependencyDashboard", + ], + "prConcurrentLimit": 0, +}