diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2cce07..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 @@ -12,13 +10,11 @@ multi-ecosystem-groups: updates: - package-ecosystem: "npm" - directory: "/ui" + directory: "/" + patterns: ["*"] multi-ecosystem-group: "infrastructure" - package-ecosystem: "cargo" directory: "/src-tauri" - multi-ecosystem-group: "infrastructure" - - - package-ecosystem: "uv" - directory: "/" + patterns: ["*"] multi-ecosystem-group: "infrastructure" |