Update renovate.json

Try to get it to run even though the repo is a fork
This commit is contained in:
Matt Rubens 2025-05-30 21:02:47 -04:00 committed by GitHub
parent 42f34ae9a5
commit 4a13d4b475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"]
"extends": ["config:recommended"],
"forkProcessing": "enabled"
}