Update Dependabot configuration for cargo packages

- Changed the directory for the buster-cli package from "/packages/buster-cli" to "/cli".
- Added a new configuration for the cargo package in the "/api" directory.
- Updated scheduling and branch settings for both packages to improve dependency management.

These changes streamline the dependency update process and enhance the organization of package configurations.
This commit is contained in:
dal 2025-01-03 15:31:33 -07:00
parent fccccc75af
commit 3ab1f6a66d
1 changed files with 16 additions and 2 deletions

View File

@ -1,11 +1,25 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: "/packages/buster-cli" directory: "/cli"
schedule: schedule:
interval: "weekly" interval: "weekly"
source-branch: "main"
target-branch: "staging"
open-pull-requests-limit: 10
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "cargo"
directory: "/api"
schedule:
interval: "weekly"
source-branch: "main"
target-branch: "staging"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
target-branch: "main"
labels: labels:
- "dependencies" - "dependencies"
commit-message: commit-message: