diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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" |