Skip to content

Commit 2d0e0b1

Browse files
authored
dependabot.yml: fix directory path (/doc -> /docs) (#1068)
1 parent 6049d3c commit 2d0e0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: 2
44
updates:
55
- package-ecosystem: "bundler"
6-
directory: "/doc"
6+
directory: "/docs"
77
schedule:
88
interval: "monthly"
99
groups:

0 commit comments

Comments
 (0)