Commit Graph

6 Commits

Author SHA1 Message Date
Pascal Hartig
3afcc9f415 Dependabot antispam (#2641)
Summary:
This is a starting point. `types/*` is aggressive but it's not only spammy but also should only really be used in combination with a dep update.

Pull Request resolved: https://github.com/facebook/flipper/pull/2641

Test Plan: hopeitwork

Reviewed By: nikoant

Differential Revision: D29992458

Pulled By: passy

fbshipit-source-id: f42023d2dff55bf2226ddd984c81a1cfa017b0bb
2021-07-30 03:35:04 -07:00
Pascal Hartig
7c22fe8acb Add more gradle sub projects (#1997)
Summary:
I don't fully understand how dependabot works with Android but it seems to only look at the literal fbjni version number based on the logs and we're actually outdated on a bunch of dependencies which Gradle doesn't handle very well.

Pull Request resolved: https://github.com/facebook/flipper/pull/1997

Test Plan: Tested on my fork and I've got a ton of PRs because of this. Brace yourselves.

Reviewed By: mweststrate

Differential Revision: D26784112

Pulled By: passy

fbshipit-source-id: 98ebd0b899a0603868d4b6bc0866e557c87fecd5
2021-03-04 08:36:58 -08:00
Pascal Hartig
74815a200e Add more packages to dependabot config (#1341)
Summary:
Adding more packages.

Pull Request resolved: https://github.com/facebook/flipper/pull/1341

Test Plan: ![Screenshot 2020-07-08 10 08 06](https://user-images.githubusercontent.com/9906/86900187-edaf3780-c102-11ea-8eb3-f692bba6ea29.png)

Reviewed By: mweststrate

Differential Revision: D22430656

Pulled By: passy

fbshipit-source-id: 7090bdb46bea08eeadcbad90b6100319f50add5c
2020-07-08 07:45:48 -07:00
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
Pascal Hartig
b1ca674171 Update dependabot.yml (#1277)
Summary:
Move to `versioning-strategy: increase-if-necessary`. I'm not sure if that's what we want, but it's really annoying right now where if you include a lockfile, it will update every single patch release, whether or not it's covered by your version range right now.

Let's try this and revert if it doesn't do what I think it does.

Config description here: https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
Pull Request resolved: https://github.com/facebook/flipper/pull/1277

Reviewed By: nikoant

Differential Revision: D22118718

Pulled By: passy

fbshipit-source-id: 450c022fb2a17b68561bb2d9796976dddec002e2
2020-06-19 10:33:19 -07:00
dependabot-preview[bot]
763853a7cf Update Dependabot config file (#1244)
Summary:
👋 Dependabot is moving natively into GitHub! This pull request updates your config file to the [new syntax](https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates). When you merge this pull request, we'll swap out `dependabot-preview` (me) for a new `dependabot` app, and you'll be all set!

With this change, you'll now use the [Dependabot page in GitHub](https://github.com/facebook/flipper/network/updates), rather than the [Dependabot dashboard](https://app.dependabot.com/), to monitor your version updates. Dependabot is now configured exclusively using config files.

If you've got any questions or feedback for us, please let us know by creating an issue in the [dependabot/feedback](https://github.com/dependabot/feedback) repository.

[Learn more about the relaunch of Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/)

Please note that regular `dependabot` commands do not work on this pull request.

:robot:💛
Pull Request resolved: https://github.com/facebook/flipper/pull/1244

Reviewed By: nikoant

Differential Revision: D21998719

Pulled By: passy

fbshipit-source-id: 4e76f8a932d5c95e23a0445e8ed74f7b8fa28919
2020-06-11 11:45:52 -07:00