From 598ef3aba986e6116c2cb9f2b859f7ac20ac6439 Mon Sep 17 00:00:00 2001 From: Daniil Suvorov Date: Mon, 28 Oct 2024 11:05:16 +0300 Subject: [PATCH] ci(dependabot): add rspack pattern --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7aa53d378..7b52fd210f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -77,6 +77,9 @@ updates: patterns: - '@swc/*' - 'swc-plugin-*' + rspack: + patterns: + - '@rspack/*' versioning-strategy: increase open-pull-requests-limit: 20 reviewers: