renovatebot / helm-charts

https://docs.renovatebot.com/helm-charts
GNU Affero General Public License v3.0
105 stars 73 forks source link

Is there a way to use a custom created Github App? #1505

Open luciano-buono opened 3 months ago

luciano-buono commented 3 months ago

I'm looking at all the documentation but it seems that the only option using this helm charts is using a Github Token.

That would mean that we need a normall user that creates a PAT/Fine grained token in behalf of the RenovateBot. (I'm aware that I could create a Bot user for this)

However, I would like to create an app inside my organization (https://github.com/organizations/$ORG/settings/apps/new) and use its APP_ID APP_KEY

Is it possible here, or must I use https://github.com/mend/renovate-ce-ee/ for this functionality ?

viceice commented 3 months ago

you can probably use an init container to create the token and pass it to the renovate container.