From 99233d565522552df03385597e612ea9e3ae7a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= Date: Tue, 8 Oct 2024 14:22:40 +0200 Subject: [PATCH] Update dependabot configuration --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 105144251f..126d0dc7e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,11 +36,12 @@ updates: - "ts-jest" lint: patterns: - - "@typescript-eslint/*" + - "@eslint/*" - "eslint" - "eslint-*" - "lint-staged" - "prettier" + - "typescript-eslint" rollup: patterns: - "@rollup/*"