From 776774e4f57d4b10593e24d022d7fa5c4d170d21 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 7 Nov 2025 08:13:42 +0100 Subject: [PATCH] chore: add chrome devtools to a separate group --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 942421fa..41487df1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,10 +23,13 @@ updates: - 'core-js' patterns: - '*' + # breaks often so better to roll separetely. + bundled-devtools: + patterns: + - 'chrome-devtools-frontend' bundled: patterns: - 'puppeteer*' - - 'chrome-devtools-frontend' - '@modelcontextprotocol/sdk' - 'yargs' - 'debug'