Skip to content

Commit

Permalink
ci: fix formatting for the interval in dependabot configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
humblec authored and mergify[bot] committed Nov 15, 2022
1 parent a221568 commit 95dac05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 95dac05

Please sign in to comment.