From f4a4e6d6a7c3de002b1ca03f111926f8882d1659 Mon Sep 17 00:00:00 2001 From: Jirka Date: Tue, 12 Mar 2024 09:35:21 +0100 Subject: [PATCH] fix typo in dependabot group --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 17c20d04..d31b409b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,7 @@ updates: schedule: interval: "monthly" groups: - pip: + gh-actions: patterns: - "*" # Check all dependencies labels: ["ci"]