13 lines
266 B
TOML
13 lines
266 B
TOML
# schedule.cron = "0 * * * * *"
|
|
schedule.once = true
|
|
|
|
allow = ["^canopy-.*$"]
|
|
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
|
|
|
|
[github]
|
|
credentials.token_env = "GITHUB_ACCESS_TOKEN"
|
|
organisation = "understory-io"
|
|
|
|
[policies]
|
|
squash_merge_only.enabled = true
|