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 <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-11-11 19:01:34 +05:30 committed by mergify[bot]
parent a2215683e1
commit 95dac056f2

View File

@ -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"