From 5ee5b39fa5c99792f9d15268f75694c7746408e5 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Thu, 4 Jan 2024 22:26:25 +0100 Subject: [PATCH] build(dependabot): fix updates groups syntax (#143) Signed-off-by: Romain Lespinasse --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a1647c..0ebf599 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,13 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directory: "/.github/" schedule: interval: "weekly" groups: dependencies: - exclude-patterns: - - "rlespinasse/slugify-value" - - "rlespinasse/shortify-git-revision" + patterns: + - "*" reviewers: - "rlespinasse" labels: [ ]