Add config.yaml example

This commit is contained in:
Oliver Davies 2025-07-31 22:58:17 +01:00
parent 3f84eaf185
commit 9f4ad8d959

13
config.yaml.example Normal file
View file

@ -0,0 +1,13 @@
# 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