From 316ef90666669369f2793e930b3e56fefd4106c7 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 16 Jan 2024 10:24:00 -0700 Subject: [PATCH] chore(trunk): Avoid linting the release-please-manifest --- .trunk/trunk.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 34a847097..b673a46ae 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -43,6 +43,7 @@ lint: - "**/LICENSE" - "**/CHANGELOG.md" - .github/CODEOWNERS + - .github/.release-please-manifest.json - examples/** threshold: - linters: [markdownlint]