16 lines
270 B
TOML
16 lines
270 B
TOML
#:schema ../schema.json
|
|
|
|
[github]
|
|
organisation = "understory-io"
|
|
credentials.token_env = "GITHUB_ACCESS_TOKEN"
|
|
|
|
[filter]
|
|
allow = ["^canopy-.*$"]
|
|
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
|
|
|
|
[schedule]
|
|
once = true
|
|
|
|
[policies]
|
|
squash_merge_only.enabled = true
|