Skip to content

Commit 456503f

Browse files
build: add required fields to dependabot configuration (#20786)
Add the missing schedule and open-pull-request-limits fields to the dependabot configuration.
1 parent 5bac828 commit 456503f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ version: 2
33
updates:
44
- package-ecosystem: "npm"
55
directory: "/"
6+
schedule:
7+
interval: "daily"
68
commit-message:
79
prefix: "build"
810
labels:
911
- "area: build"
1012
- "merge ready"
1113
- "merge safe"
1214
- "target: patch"
15+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)