From 20ee95516c1b3dcdfdd5cdc52b968bbf86d7ec49 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:37:31 +0200 Subject: [PATCH] Add initial Dependabot config --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..744d546a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + groups: + minor-and-patch: + update-types: + - "minor" + - "patch" + ignore: + - dependency-name: "tldraw" + - dependency-name: "@tldraw/*"