Summary: Ewww, dependabot for GitHub is incompatible with the file format documented on dependabot.com. So the current file is invalid:  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
15 lines
283 B
YAML
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
|