Merge pull request #424 from scratchfoundation/renovate/migrate-config
Some checks failed
CI/CD / ci-cd (macos-latest) (push) Has been cancelled
CI/CD / ci-cd (windows-latest) (push) Has been cancelled

chore(config): migrate renovate config
This commit is contained in:
Christopher Willis-Ford 2024-11-26 07:54:59 -08:00 committed by GitHub
commit cce159a4da
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
}