From b16bae9e1f99439075f73da035af6d0c44a8b81f Mon Sep 17 00:00:00 2001 From: devsheva Date: Sun, 18 Aug 2024 19:00:43 +0200 Subject: [PATCH] chore: add deno package rule to renovate.json --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b4e2695..bc06831 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,5 +3,10 @@ "extends": ["config:best-practices", "schedule:daily"], "major": { "dependencyDashboardApproval": true - } + }, + "packageRules": [ + { + "matchDatasources": ["deno"] + } + ] } \ No newline at end of file