Skip to content
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

Example how to specify a list of repos #108

Open
jeanCarloMachado opened this issue Jun 27, 2022 · 2 comments
Open

Example how to specify a list of repos #108

jeanCarloMachado opened this issue Jun 27, 2022 · 2 comments

Comments

@jeanCarloMachado
Copy link

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!

@shawnoster
Copy link

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 (|)

@tplass-ias
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants