13 lines
283 B
YAML
13 lines
283 B
YAML
# The default depth in each directory to search for Git repositories.
|
|
depth: 2
|
|
|
|
# A list of directories to search in.
|
|
directories:
|
|
- ~/Code/forgejo:3
|
|
- ~/Code/github:3
|
|
|
|
# A list of repository paths to ignore (not update).
|
|
ignored:
|
|
- ~/Code/github/nixos/nixpkgs
|
|
|
|
# vim: ft=yaml
|