Skip to content

Commit 52968eb

Browse files
authored
[MNT] update dependabot.yml for daily updates (#609)
Makes minor updates to `dependabot` behaviour: * daily updates * use `maintenance` label and `[MNT]` prefix in description
1 parent 4bfa6f1 commit 52968eb

File tree

1 file changed

+18
-35
lines changed

1 file changed

+18
-35
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1-
# Basic dependabot.yml file with minimum configuration for two package managers
2-
31
version: 2
42
updates:
5-
# Enable version updates for python
6-
- package-ecosystem: "pip"
7-
# Look for a `requirements` in the `root` directory
8-
directory: "/"
9-
# Check for updates once a week
10-
schedule:
11-
interval: "monthly"
12-
# Labels on pull requests for version updates only
13-
labels:
14-
- "dependencies"
15-
pull-request-branch-name:
16-
# Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
17-
separator: "-"
18-
# Allow up to 5 open pull requests for pip dependencies
19-
open-pull-requests-limit: 5
20-
reviewers:
21-
- "manujosephv"
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
commit-message:
8+
prefix: "[MNT] [Dependabot]"
9+
include: "scope"
10+
labels:
11+
- "maintenance"
2212

23-
# Enable version updates for GitHub Actions
24-
- package-ecosystem: "github-actions"
25-
directory: "/"
26-
# Check for updates once a week
27-
schedule:
28-
interval: "monthly"
29-
# Labels on pull requests for version updates only
30-
labels:
31-
- "enhancement"
32-
pull-request-branch-name:
33-
# Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
34-
separator: "-"
35-
# Allow up to 5 open pull requests for GitHub Actions
36-
open-pull-requests-limit: 5
37-
reviewers:
38-
- "manujosephv"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
commit-message:
18+
prefix: "[MNT] [Dependabot]"
19+
include: "scope"
20+
labels:
21+
- "maintenance"

0 commit comments

Comments
 (0)