diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5f6876d1a..44afdfa5c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,8 @@ version: 2 updates: -- package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - time: "12:00" - open-pull-requests-limit: 10 - target_branch: develop + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + time: "12:00" + target-branch: "develop"