From 04ebece5d19b0d7353b9818dac0f468b49e7099c Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 24 May 2024 17:22:31 +0100 Subject: [PATCH] sync/shared-config: mark ci-orchestrator as a custom Dependabot config --- .github/actions/sync/shared-config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/sync/shared-config.rb b/.github/actions/sync/shared-config.rb index 18d759df..cb3c90d6 100755 --- a/.github/actions/sync/shared-config.rb +++ b/.github/actions/sync/shared-config.rb @@ -47,6 +47,7 @@ def git(*args) ].freeze custom_dependabot_repos = %w[ brew + ci-orchestrator ].freeze puts "Detecting changes…"