From 1e43c81e232ed0cfc2077e0d72414c7d230c8ba5 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Tue, 18 Jul 2023 20:29:41 +0200 Subject: [PATCH] Fix dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 290f43e..7f3db6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,5 @@ updates: open-pull-requests-limit: 5 groups: dev: - patterns: "*" \ No newline at end of file + patterns: + - "*" \ No newline at end of file