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
Thanks for this great tool!
I wonder how can I specific a deterministic list of repos? Can you provide some more docs in that section? Thank you!
The text was updated successfully, but these errors were encountered:
I mean I know this is two years old 😆 BUT here's how I did it:
repositories: - mode: add match_name: [ repo1|repo2|repo3 ]
Basically string together exact match grep searches by separating repos with a pipe (|)
|
Sorry, something went wrong.
alternatively pass a list of exact strings to match:
repositories: # Rules that define what repos to update - mode: add match_owner: foo match_name: - bar - bazz
No branches or pull requests
Thanks for this great tool!
I wonder how can I specific a deterministic list of repos?
Can you provide some more docs in that section? Thank you!
The text was updated successfully, but these errors were encountered: