topgrade/template_git.toml
deathbybandaid f8986a309d git
2022-02-08 11:06:23 -05:00

11 lines
198 B
TOML

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