sunders/renovate.json
June 3f62a9e5d6
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
2025-10-17 16:01:08 +02:00

7 lines
145 B
JSON

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