From 358d89b40768848840dbe422eb11ede8c1e4692c Mon Sep 17 00:00:00 2001 From: Will Harney <62956339+wjhsf@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:51:34 -0500 Subject: [PATCH] chore(dependabot): don't group prettier with non-breaking deps (#4978) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e33b7050fb..41ba960db8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,6 +41,14 @@ updates: - '@wdio/*' update-types: - 'major' + prettier: + patterns: + - 'prettier' + update-types: + - 'major' + # Prettier can introduce formatting differences in minor versions, + # which causes formatting checks to fail in CI. + - 'minor' # Non-major version bumps hopefully shouldn't break anything, # so let's group them together into a single PR! theoretically-non-breaking: