From b929ffad48806b096da7544e193ea0a6d97bddc5 Mon Sep 17 00:00:00 2001 From: Stephan Merker Date: Mon, 27 Jul 2026 16:01:39 +0200 Subject: [PATCH] Allow disabled policies for concourse resource repos - branchprotector complains about missing allow_disabled_policies (should get inherited from org setting) --- orgs/branchprotection.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/orgs/branchprotection.yml b/orgs/branchprotection.yml index 1e9dd34c3..dbca91f09 100644 --- a/orgs/branchprotection.yml +++ b/orgs/branchprotection.yml @@ -929,6 +929,7 @@ branch-protection: git-resource: &concourse-resource-repo protect: false + allow_disabled_policies: true # needed to allow branches w/o branch protection branches: master: protect: true