From 21f62c116e2fe628c84a3a98401f87edd965564d Mon Sep 17 00:00:00 2001 From: Lane Seppala Date: Fri, 25 Oct 2024 20:39:27 +0000 Subject: [PATCH] Fix dependabot config syntax --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bfb6e2..4c6df76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly groups: - actions-dependencies + actions-dependencies: patterns: - "*" - package-ecosystem: npm @@ -13,6 +13,6 @@ updates: schedule: interval: weekly groups: - npm-dependencies + npm-dependencies: patterns: - "*" \ No newline at end of file