From c204fd5a4fdacaee20c38159c955117bb51aa415 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 16 May 2026 06:58:38 +0200 Subject: [PATCH] Ignore renovate.json for export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 099b151..aa260ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ /infection.json5.dist export-ignore /phpstan.neon export-ignore /phpunit.xml export-ignore +/renovate.json export-ignore /tests export-ignore /tools export-ignore /tools/* binary