We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
renovate.json
I have a use case where I would like to add the file renovate.json (with content, of course) to a collection of repositories.
Would have sense to improve this script or better to create an script a part with this single responsibility?
Probably we can get some inspiration from https://github.com/octoherd/script-add-octoherd-cli-to-script/blob/main/script.js
The text was updated successfully, but these errors were encountered:
We could extend this script to accept a parameter for the settings location:
$ npx @octoherd/script-setup-renovate \ --octoherd-token 0123456789012345678901234567890123456789 \ script-setup-renovate/script.js \ "octokit/*" \ --extends "github>octokit/.github" --in renovate.json # or: package.json
Sorry, something went wrong.
oscard0m
No branches or pull requests
I have a use case where I would like to add the file
renovate.json
(with content, of course) to a collection of repositories.Would have sense to improve this script or better to create an script a part with this single responsibility?
Probably we can get some inspiration from https://github.com/octoherd/script-add-octoherd-cli-to-script/blob/main/script.js
The text was updated successfully, but these errors were encountered: