From e64a14597ec001828a0b2ca8ae64bdf9037b3e55 Mon Sep 17 00:00:00 2001 From: John Simons Date: Tue, 3 Mar 2026 09:40:24 +1000 Subject: [PATCH] Add exclusions to .reposync.yml We no longer need the update-dependencies.yaml workflow --- .reposync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.reposync.yml b/.reposync.yml index 8b137891..20921f58 100644 --- a/.reposync.yml +++ b/.reposync.yml @@ -1 +1,2 @@ - +exclusions: +- .github/workflows/update-dependencies.yml