Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 26c3c62

Browse files
authored
Enhancement: Add configuration for Dependabot (#2083)
1 parent c2b0253 commit 26c3c62

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Diff for: .github/dependabot.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
5+
updates:
6+
- commit-message:
7+
include: "scope"
8+
prefix: "composer"
9+
directory: "/"
10+
labels:
11+
- "dependency"
12+
open-pull-requests-limit: 10
13+
package-ecosystem: "composer"
14+
schedule:
15+
interval: "daily"
16+
target-branch: "next"
17+
versioning-strategy: "increase"
18+
19+
- commit-message:
20+
include: "scope"
21+
prefix: "github-actions"
22+
directory: "/"
23+
labels:
24+
- "dependency"
25+
open-pull-requests-limit: 10
26+
package-ecosystem: "github-actions"
27+
schedule:
28+
interval: "daily"
29+
target-branch: "next"

0 commit comments

Comments
 (0)