Per https://github.com/renovatebot/config-help/issues/816#issuecomment-704735638, the proper place for org-wide or user-wide github config is a .github repo - perhaps a renovate.json file in that repo?
This is only true for github, not for our other platforms like gitlab, azure, gitea, ...
How it should work there? We want to have a unique behavior for all platforms.
It seems like you have an existing behavior for all platforms; I'm suggesting that you should always prefer the idiomatic behavior for each platform, rather than the lowest common denominator. On github, that's a .github repo, full stop.
I think it should be OK to check for .${platform} even if it's not convention for all others to have that yet.
I'll add this now, assuming it doesn't turn out to be much work
:tada: This issue has been resolved in version 23.44.0 :tada:
The release is available on:
23.44.0Your semantic-release bot :package::rocket:
Most helpful comment
I'll add this now, assuming it doesn't turn out to be much work