Skip to content

Commit 8143e5a

Browse files
committed
Enable dependabot for docs
1 parent 5fcf6f7 commit 8143e5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ updates:
66
interval: daily
77
time: '11:00'
88
open-pull-requests-limit: 100
9+
- package-ecosystem: bundler
10+
directory: "/docs/v3"
11+
schedule:
12+
interval: monthly
13+
time: '11:00'
14+
open-pull-requests-limit: 5
15+
- package-ecosystem: npm
16+
directory: "/docs/v3"
17+
schedule:
18+
interval: monthly
19+
time: '11:00'
20+
open-pull-requests-limit: 5
921
- package-ecosystem: "github-actions"
1022
directory: "/"
1123
schedule:

0 commit comments

Comments
 (0)