From 273d7db13a75d0436c5ac4879d796e42c37b94d4 Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Fri, 5 Feb 2021 14:15:06 -0700 Subject: [PATCH 1/2] fight with dependabot --- .github/dependabot.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5f6876d1..e33160538 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" From 1224526d06f39996dbcaa4f2490b2b4688db98bd Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Fri, 5 Feb 2021 14:15:42 -0700 Subject: [PATCH 2/2] fight with dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e33160538..44afdfa5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: schedule: interval: "daily" time: "12:00" - target_branch: "develop" + target-branch: "develop"