diff options
Diffstat (limited to '.github/dependabot.yml')
| -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" |