From 7b9605bb4e508d06b7161e4b127263bb47e367f2 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Tue, 30 May 2023 18:56:04 +0100 Subject: [PATCH] chore: track `2.x` in bundlewatch Signed-off-by: Sami Mazouz --- .bundlewatch.config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] + } }