mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
a2215683e1
commit
95dac056f2
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user