Merge pull request #208 from jellyfin/renovate/configure

Configure Renovate
This commit is contained in:
Dmitry Lyzo 2024-04-29 23:34:25 +03:00 committed by GitHub
commit a3ff92b257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jellyfin/.github//renovate-presets/nodejs",
":semanticCommitsDisabled",
":dependencyDashboard"
]
}