fix: enable forkProcessing to make Renovate work for this repo

Since Renovate is running in autodiscover mode and this repo is a fork,
enable forkProcessing to have Renovate work for this repo.

https://docs.renovatebot.com/configuration-options/#forkprocessing
This commit is contained in:
June 2025-10-17 16:01:08 +02:00
commit 3f62a9e5d6
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

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