From 2f807880f413150b5f7e9d49f614e8a1ca02a947 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 30 Jun 2020 03:47:24 -0700 Subject: [PATCH] Update dependabot.yml (#1299) Summary: Ewww, dependabot for GitHub is incompatible with the file format documented on dependabot.com. So the current file is invalid: ![Screenshot 2020-06-26 15 04 59](https://user-images.githubusercontent.com/9906/85865837-6b4b7d00-b7be-11ea-9e5c-49007733a0e1.png) Pull Request resolved: https://github.com/facebook/flipper/pull/1299 Test Plan: hopeitwork Reviewed By: jknoxville, mweststrate Differential Revision: D22286456 Pulled By: passy fbshipit-source-id: bd783264b188fb5ce6e0e990bf269bca20d8d43b --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb89c012a..780a65358 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,9 @@ updates: interval: weekly time: '13:00' open-pull-requests-limit: 10 - versioning-strategy: increase-if-necessary - package-ecosystem: cargo directory: "/packer" schedule: interval: weekly time: '13:00' open-pull-requests-limit: 10 - versioning-strategy: increase-if-necessary