From 8af8ea495e1bb48a873fd7a70e580f544ffd3a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:17:44 +0800 Subject: [PATCH] cherry-pick 883c5dc0 --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b362fd75..37a4f7c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -162,7 +162,18 @@ updates: - "typescript" - "eslint*" - "@eslint/*" + - "typescript-eslint" - "prettier" + - "prettier-*" + - "@types/bun" + update-types: + - "minor" + - "patch" + # Content rendering libraries (math, diagrams, etc.) + content-rendering: + patterns: + - "katex" + - "mermaid" update-types: - "minor" - "patch"