From 2d0e0b14be43c113330e4693988d8aa6f661dba4 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 7 Jun 2024 11:33:28 -0700 Subject: [PATCH] dependabot.yml: fix directory path (/doc -> /docs) (#1068) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b27c4f2..ad95b4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: "bundler" - directory: "/doc" + directory: "/docs" schedule: interval: "monthly" groups: