chore(config): migrate config renovate.json5

This commit is contained in:
renovate[bot] 2024-08-06 07:02:09 +00:00 committed by GitHub
parent b0edfa1326
commit 466f6fd636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>scratchfoundation/scratch-renovate-config:js-app"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>scratchfoundation/scratch-renovate-config:js-app',
],
"transitiveRemediation": true
}