17 lines
226 B
TOML
17 lines
226 B
TOML
#:schema ../schema.json
|
|
|
|
mode = "warn"
|
|
|
|
[github]
|
|
organisation = "understory-io"
|
|
credentials.token_env = "GITHUB_ACCESS_TOKEN"
|
|
|
|
[filter]
|
|
allow = ["^canopy-.*$"]
|
|
|
|
[schedule]
|
|
once = true
|
|
|
|
[policies]
|
|
has_codeowners.enabled = true
|