mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-24 05:30:23 +08:00
commit
5d8b3874e4
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@ -3,12 +3,19 @@ updates:
|
|||||||
- package-ecosystem: nuget
|
- package-ecosystem: nuget
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: daily
|
||||||
reviewers:
|
reviewers:
|
||||||
- meysamhadeli
|
- meysamhadeli
|
||||||
assignees:
|
assignees:
|
||||||
- meysamhadeli
|
- meysamhadeli
|
||||||
ignore:
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
|
||||||
- dependency-name: '*'
|
commit-message:
|
||||||
versions:
|
prefix: "build"
|
||||||
- '>= 0'
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user