-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to help contribute #598
Comments
Manage to get |
Yes, you need yarn v4. Corepack manages this for you based on the package.json, but I recommend to use volta which sets up your NodeJS version too. |
Since I already have this discussion going, I was wondering if you could clarify something for me. What is the purpose of this section of code? : https://github.com/secustor/backstage-plugins/blob/main/plugins/renovate-backend/src/wrapper/platforms/index.ts#L59-L72 I searched both this repo and https://github.com/renovatebot/renovate I could not find any reference to |
This is to not get ratelimited when fetching Github releases and such. https://docs.renovatebot.com/getting-started/running/#githubcom-token-for-changelogs |
Ah I see, I should have been searching for the env minus the |
BTW this is a bug on my side it is actually called |
Hi there
I luckily stumbled across this repo / plugins as I've personally been trying to develop a backstage plugin that show packages for a repo / entity, with current versions and latest versions. I was looking to use the rennovate sidecar to generate a report and then parse the data from it, so it could be displayed in backstage, but then I found this repo.
Unfortunately, I see that it is in very early alpha. I was wondering if I could help contribute to the project at all and what the steps would be for it. Would it be possible to put some docs together on how to work with the repo and be able to contribute?
I cloned the repo, but when I do a
yarn install
in the root, I get a lot of warnings about depreciated packages and having to select versions of packages, and what not...Any help appreciated. thanks.
The text was updated successfully, but these errors were encountered: