mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-14 04:28:38 +08:00
22 lines
773 B
YAML
22 lines
773 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: nuget
|
|
directory: '/'
|
|
schedule:
|
|
interval: daily
|
|
reviewers:
|
|
- meysamhadeli
|
|
assignees:
|
|
- meysamhadeli
|
|
# 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"
|