From 0e0760ce63fc27c2cd78e50eddba3d8512b83219 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Wed, 10 Apr 2024 10:49:35 -0700 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 864cf454..bd1acc86 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,10 @@ updates: # Maintain dependencies for GitHub Actions # - Check for updates once a week # - Group all updates into a single PR - - package-ecosystem: github-actions - directory: / + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly + interval: "weekly" groups: all-actions: patterns: [ "*" ]