diff options
| author | 2026-01-19 14:39:57 +0800 | |
|---|---|---|
| committer | 2026-01-19 14:40:06 +0800 | |
| commit | d46581b41131772ff05a84d20bae29b3c41288cb (patch) | |
| tree | a399e1e4aab3d25fd751a42f4843d9285c013f48 | |
| parent | 1147aefc0e0c4563d293416949b53d2e815f48cc (diff) | |
| download | DropOut-d46581b41131772ff05a84d20bae29b3c41288cb.tar.gz DropOut-d46581b41131772ff05a84d20bae29b3c41288cb.zip | |
ci(dependabot): add `patterns` field for dependabot
| -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" |