mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: "weekly"
|
||||||
rebase-strategy: disabled
|
rebase-strategy: "disabled"
|
||||||
labels:
|
labels:
|
||||||
- rebase
|
- rebase
|
||||||
- ci/skip/e2e
|
- ci/skip/e2e
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: rebase
|
prefix: "rebase"
|
||||||
|
Loading…
Reference in New Issue
Block a user