From 95dac056f23b4e2cf037f1146683106eb22a4fe4 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 11 Nov 2022 19:01:34 +0530 Subject: [PATCH] ci: fix formatting for the interval in dependabot configuration as per the documentation `""` has to be mentioned for the schedule interval value field. This commit ensures it and make it consistent. Signed-off-by: Humble Chirammal --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88f4f5dca..816ac403d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -50,10 +50,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly - rebase-strategy: disabled + interval: "weekly" + rebase-strategy: "disabled" labels: - rebase - ci/skip/e2e commit-message: - prefix: rebase + prefix: "rebase"