Merge pull request #5302 from thornbill/renovate-dashboard

Enable renovate dashboard
This commit is contained in:
Bill Thornton
2024-03-24 04:06:40 -04:00
committed by GitHub
+5 -1
View File
@@ -1,4 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>jellyfin/.github//renovate-presets/nodejs", ":semanticCommitsDisabled"]
"extends": [
"github>jellyfin/.github//renovate-presets/nodejs",
":semanticCommitsDisabled",
":dependencyDashboard"
]
}