From 1b3a043989f3d825e5c55f6e4fcd26e2bc9f9887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20de=20Aguiar=20F=C3=A9o?= Date: Fri, 1 Aug 2025 15:41:26 +0100 Subject: [PATCH] Add Renovate config --- .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 00000000..bc3d24ac --- /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, +}