From edb8752dcbe4c8479b3fbad496f820275b212ea9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 4 Feb 2026 10:31:45 +0100 Subject: [PATCH] feat: fixup config Signed-off-by: kjuulh --- templates/fe/configs/github.com.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/fe/configs/github.com.toml b/templates/fe/configs/github.com.toml index 53ee43f..35086ff 100644 --- a/templates/fe/configs/github.com.toml +++ b/templates/fe/configs/github.com.toml @@ -4,7 +4,6 @@ organisation = "understory-io" credentials.token_env = "GITHUB_ACCESS_TOKEN" - [filter] allow = ["^canopy-.*$"] deny = ["^infrastructure-.*$", "^canopy-data-gateway$"] @@ -12,6 +11,5 @@ deny = ["^infrastructure-.*$", "^canopy-data-gateway$"] [schedule] once = true - [policies] squash_merge_only.enabled = true