You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to be able to reuse the renovate configuration from default.json in a repository that is not part of the adobe org. However, this does not work because the npmToken is contained in this file and renovatebot (correctly) refuses to decrypt this for git repositories outside of this org.
Note - overriding this configuration does not work; renovatebot always tries to decrypt the values from extended configurations.
Describe the solution you'd like
Extract everything except the encrypted token into a separate file (let's say core.json)
Is your feature request related to a problem? Please describe.
I would like to be able to reuse the renovate configuration from
default.json
in a repository that is not part of theadobe
org. However, this does not work because thenpmToken
is contained in this file and renovatebot (correctly) refuses to decrypt this for git repositories outside of this org.Describe the solution you'd like
core.json
)default.json
to beThen a repository outside of this org can have
And not run into encryption issues.
Describe alternatives you've considered
renovate.json5
-- this, however, would break backwards compatibility for repositories in the adobe org.Additional context
Happy to submit a PR for this but wanted to first understand if it is desirable to have this configuration be reusable outside of this org.
The text was updated successfully, but these errors were encountered: