diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 65b6ca409..908d88be0 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -9,5 +9,8 @@ "maxSize": "30KB" } ], - "defaultCompression": "gzip" + "defaultCompression": "gzip", + "ci": { + "trackBranches": ["2.x"] + } }