diff --git a/template_git.toml b/template_git.toml new file mode 100644 index 0000000..52c926d --- /dev/null +++ b/template_git.toml @@ -0,0 +1,10 @@ +# Run specific steps - same options as the command line flag +only = ["system"] + +[git] +max_concurrency = 1 + Additional git repositories to pull +repos = [ + "/etc/bash_aliases", + "/etc/topgrade" +]