Skip to content

Commit 4cb751a

Browse files
Dependabot: prepare for auto-merging on passing checks
1 parent 43f63a1 commit 4cb751a

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,20 @@ updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
pull-request-branch-name:
9+
separator: "-"
10+
commit-message:
11+
prefix: "build(deps)"
12+
include: "scope"
13+
reviewers:
14+
- "michaelklishin"
15+
assignees:
16+
- "michaelklishin"
17+
labels:
18+
- "dependencies"
19+
- "go"
20+
allow:
21+
- dependency-type: "all"
22+
rebase-strategy: "auto"

0 commit comments

Comments
 (0)