feat: add schema rs

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-03 23:32:51 +01:00
parent 41d7b76685
commit 091c09450e
9 changed files with 378 additions and 21 deletions

View File

@@ -1,12 +1,17 @@
# schedule.cron = "0 * * * * *"
schedule.once = true
#:schema ../schema.json
[github]
organisation = "understory-io"
credentials.token_env = "GITHUB_ACCESS_TOKEN"
[filter]
allow = ["^canopy-.*$"]
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
[github]
credentials.token_env = "GITHUB_ACCESS_TOKEN"
organisation = "understory-io"
[schedule]
once = true
[policies]
squash_merge_only.enabled = true