Skip to content

Commit 14e7bdd

Browse files
authoredJan 29, 2023
dependabot: add bundler package-ecosystem for docs (#1123)
1 parent e7c0fb6 commit 14e7bdd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎.github/dependabot.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "bundler"
4+
directory: "/docs"
5+
schedule:
6+
interval: daily
7+
time: '01:00'
8+
open-pull-requests-limit: 5
9+
10+
311
- package-ecosystem: gomod
412
directory: "/"
513
schedule:
@@ -13,4 +21,4 @@ updates:
1321
schedule:
1422
interval: daily
1523
time: '01:00'
16-
open-pull-requests-limit: 5
24+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)