From 036a2d7379b5d808094eb8fc196c8c2a8f3a9c1b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:10:40 +0200 Subject: [PATCH] Have Dependabot open biome upgrades as separate PR's --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 744d546a4..aa6153c0d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: update-types: - "minor" - "patch" + exclude-patterns: + - "@biomejs/*" ignore: - dependency-name: "tldraw" - dependency-name: "@tldraw/*"