Files
flipper/.github/dependabot.yml
Pascal Hartig 2f807880f4 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
2020-06-30 03:49:00 -07:00

15 lines
283 B
YAML

version: 2
updates:
- package-ecosystem: npm
directory: "/desktop"
schedule:
interval: weekly
time: '13:00'
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/packer"
schedule:
interval: weekly
time: '13:00'
open-pull-requests-limit: 10