From b46dd9bbf87dd6ecaf8b3005d1c79ce19695bbe1 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 14:11:34 +0800 Subject: [PATCH] chore(renovate): update --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 22f07c118..07c4aff41 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "ignorePaths": [ + "crates/oxc_linter/fixtures/**" + ], "packageRules": [ { "matchManagers": ["github-actions"], @@ -10,6 +13,12 @@ "matchManagers": ["cargo"], "schedule": ["on monday"], "assignees": ["@Boshen"] + }, + { + "matchManagers": ["npm"], + "schedule": ["on monday"], + "assignees": ["@Boshen"], + "includePaths": ["website/**"] } ] }