-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yaml
More file actions
32 lines (32 loc) · 1.35 KB
/
dependabot.yaml
File metadata and controls
32 lines (32 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 2
updates:
- package-ecosystem: "pip"
directory: /
schedule:
interval: "weekly"
day: wednesday
time: "11:30"
timezone: Asia/Kolkata
# Assignees to set on pull requests
assignees:
- "githubofkrishnadhas"
# prefix specifies a prefix for all commit messages. When you specify a prefix for commit messages,
# GitHub will automatically add a colon between the defined prefix and the commit message provided the
# defined prefix ends with a letter, number, closing parenthesis, or closing bracket.
commit-message:
prefix: "dependabot python package"
# Use reviewers to specify individual reviewers or teams of reviewers for all pull requests raised for a package manager.
reviewers:
- "devwithkrishna/admin"
# Raise pull requests for version updates to pip against the `main` branch
target-branch: "main"
# Labels on pull requests for version updates only
labels:
- "pip"
- "dependencies"
# Increase the version requirements for Composer only when required
versioning-strategy: increase-if-necessary
# Dependabot opens a maximum of five pull requests for version updates. Once there are five open pull requests from Dependabot,
# Dependabot will not open any new requests until some of those open requests are merged or closed.
# Use open-pull-requests-limit to change this limit.
open-pull-requests-limit: 10