topgrade/template_git.toml
2022-02-18 09:42:54 -05:00

12 lines
231 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",
"/etc/template_setup"
]