OCB: add support for provider references
Opened this issue · 3 comments
Tell us more.
The configuration for the OCB builders now have another dependency: providers which renovate currently does not support. Would like to request an extension of this feature to support the providers dependency types.
Originally posted by @srikotu in #31710
This should be an easy implementation.
Simply add the provider references to this code sections:
renovate/lib/modules/manager/ocb/schema.ts
Lines 16 to 20 in 138c6e5
renovate/lib/modules/manager/ocb/extract.ts
Lines 50 to 54 in 138c6e5
Reproduction: https://github.com/srikotu/renovate-ocb-manager-support-providers
hey there i am newbie, i would love to make this as my first contribution , please assign me
Welcome and thanks for trying to contribute!
If you need directions feel free to ping me in a draft PR or discussion.
can you please check out my PR and help me