added missing ',' in renovate.json

This commit is contained in:
Axel Uhl
2025-04-24 15:59:20 +02:00
parent 4f4561e2ab
commit 77682283f0
+1 -1
View File
@@ -21,6 +21,6 @@
]
}
],
"enabledManagers": [ "bundler" ]
"enabledManagers": [ "bundler" ],
"baseBranches": [ "hyperspace" ]
}