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