Configure Renovate (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MonsterDruide1 <5958456@gmail.com>
This commit is contained in:
renovate[bot] 2024-11-01 19:24:04 +01:00 committed by GitHub
parent 744ece6a70
commit b6d94c10bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard"
],
"git-submodules": {
"enabled": true
}
}