From e11f273f9c5e8028bafeefb42c0e6062fbb68fe8 Mon Sep 17 00:00:00 2001 From: Semyon Levin Date: Mon, 4 Nov 2024 15:41:41 -0800 Subject: [PATCH] `modifiable-sections-exclusions` --- .github/sync-with-template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/sync-with-template.yml b/.github/sync-with-template.yml index 483ce9d..39e3960 100644 --- a/.github/sync-with-template.yml +++ b/.github/sync-with-template.yml @@ -17,3 +17,8 @@ includes: excludes: - '.github/template-cleanup/**' - '.github/workflows/template-cleanup.*' +modifiable-sections-exclusions: +- 'gradle/wrapper/*' +- '.mvn/wrapper/*' +- '.yarn/plugins/**' +- '.yarn/releases/**'