Merge pull request #140 from meysamhadeli/develop

Develop
This commit is contained in:
Meysam Hadeli 2023-01-30 19:03:51 +03:30 committed by GitHub
commit 5d8b3874e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"