From 9439a8ae63f8edc7c2fda65006a7e8358bc15845 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Mon, 30 Jan 2023 18:56:49 +0330 Subject: [PATCH] ci: Update dependabot.yml --- .github/dependabot.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 231a3d3..89fc748 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,19 @@ updates: - package-ecosystem: nuget directory: '/' schedule: - interval: monthly + interval: daily reviewers: - meysamhadeli assignees: - meysamhadeli - ignore: - - dependency-name: '*' - versions: - - '>= 0' + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message + commit-message: + prefix: "build" + include: "scope" + labels: + - "dependabot" + - "dependencies" + # Allow up to 10 open pull requests for pip dependencies + open-pull-requests-limit: 10 + # By default, Dependabot checks for manifest files on the default branch and raises pull requests for version updates against this branch. Use target-branch to specify a different branch + target-branch: "develop"