diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
index 4de9e583dca5676f5bda4cf2b7af9fe24ea41abb..62b87f0e3a62fe4d7de145da676cc2e169e86f3c 100644
--- a/.php-cs-fixer.dist.php
+++ b/.php-cs-fixer.dist.php
@@ -3,6 +3,7 @@
 $finder = PhpCsFixer\Finder::create()
     ->in(__DIR__)
     ->exclude('var')
+    ->notPath('config/bundles.php')
 ;
 
 $config = new PhpCsFixer\Config();