Skip to main content

Settings file

The firstmate-settings.yaml can be created in the root of your guideline repository to configure FirstMate features.

Including or excluding repositories

You can use an include statement to strictly include a list of repo's:

repo:
include:
- infra-terraform
- ms-python

OR You can use an exclude statement to include all repo's that are not in the list.

repo:
exclude:
- infra-terraform
- ms-python

If you want to include only specific types of repo's, you can use wildcards.

repo:
include:
- infra-*
- project_xyz_*