topgrade/template_git.toml
deathbybandaid 4f6bf77eb4 git_repos
2022-02-08 11:07:09 -05:00

11 lines
204 B
TOML

# Run specific steps - same options as the command line flag
only = ["git_repos"]
[git]
max_concurrency = 1
# Additional git repositories to pull
repos = [
"/etc/bash_aliases",
"/etc/topgrade"
]