From 432fb604184c5064344f98660353c6976211820a Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Tue, 30 Jan 2024 15:46:30 -0500 Subject: [PATCH] typo fix in dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba1d291..eb24f0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: groups: mkdocs: patterns: - - "mkdocs* + - "mkdocs*" update-types: - "minor" - "patch"