From 3ab1f6a66da53f25ade0bcca195acd32f9cf4d3c Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 3 Jan 2025 15:31:33 -0700 Subject: [PATCH] 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. --- .github/dependabot.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7a167087..42deb6749 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,25 @@ version: 2 updates: - package-ecosystem: "cargo" - directory: "/packages/buster-cli" + directory: "/cli" schedule: 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 - target-branch: "main" labels: - "dependencies" commit-message: