From 17acc48d54251fc982b4f94c275729f73e447682 Mon Sep 17 00:00:00 2001 From: Ron Kuris Date: Thu, 17 Aug 2023 10:57:10 -0700 Subject: [PATCH] dependabot: Use quotes around all (#200) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 80cf2aec8..f3876f5ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: timezone: America/Los_Angeles open-pull-requests-limit: 10 allow: - dependency-type: all + dependency-type: "all"