Add Renovate config

This commit is contained in:
Gabriel de Aguiar Féo 2025-08-01 15:41:26 +01:00
parent b65944464e
commit 1b3a043989
No known key found for this signature in database
GPG Key ID: 715D4BA11FA6B7CD

9
.github/renovate.json5 vendored Normal file
View File

@ -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,
}