From da0d79f0db873c08fab3bc85023167e174d18b0e Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 19 Jan 2026 14:17:32 +0800 Subject: chore(ui): refactor workspace to monorepo --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2cce07..6351ffb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ multi-ecosystem-groups: updates: - package-ecosystem: "npm" - directory: "/ui" + directory: "/packages/ui" multi-ecosystem-group: "infrastructure" - package-ecosystem: "cargo" -- cgit v1.2.3-70-g09d2 From b5cc2e8a57e4d8302938241677f29b3c801813c8 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 19 Jan 2026 14:34:33 +0800 Subject: ci(dependabot): fix manifest file --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6351ffb..d43cc5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,13 +12,9 @@ multi-ecosystem-groups: updates: - package-ecosystem: "npm" - directory: "/packages/ui" + directory: "/" multi-ecosystem-group: "infrastructure" - package-ecosystem: "cargo" directory: "/src-tauri" multi-ecosystem-group: "infrastructure" - - - package-ecosystem: "uv" - directory: "/" - multi-ecosystem-group: "infrastructure" -- cgit v1.2.3-70-g09d2 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