From d46581b41131772ff05a84d20bae29b3c41288cb Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 19 Jan 2026 14:39:57 +0800 Subject: ci(dependabot): add `patterns` field for dependabot --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d43cc5e..4e0cfdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,5 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# Dependabot configuration for DropOut Minecraft Launcher +# Documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 @@ -13,8 +11,10 @@ multi-ecosystem-groups: updates: - package-ecosystem: "npm" directory: "/" + patterns: ["*"] multi-ecosystem-group: "infrastructure" - package-ecosystem: "cargo" directory: "/src-tauri" + patterns: ["*"] multi-ecosystem-group: "infrastructure" -- cgit v1.2.3-70-g09d2