diff options
| author | 2026-01-19 14:34:33 +0800 | |
|---|---|---|
| committer | 2026-01-19 14:34:33 +0800 | |
| commit | b5cc2e8a57e4d8302938241677f29b3c801813c8 (patch) | |
| tree | 2f3461bbe2a30b0a2fa19d72c40588b2019f6a33 /.github | |
| parent | 49545e67ce1ab4ec86248ac6edb07ec89c282eec (diff) | |
| download | DropOut-b5cc2e8a57e4d8302938241677f29b3c801813c8.tar.gz DropOut-b5cc2e8a57e4d8302938241677f29b3c801813c8.zip | |
ci(dependabot): fix manifest file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 1 insertions, 5 deletions
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" |