Commit Graph

6 Commits

Author SHA1 Message Date
Samuel Hawksby-Robinson 2d13ccf5ec
Patch/dependabot protocol (#1980)
* Removed protocol dependabot management, now redundant

resolves GH-1894
2020-05-19 00:14:02 +01:00
Samuel Hawksby-Robinson cc9c352337
Minor dependabot config yml format fix (#1979)
resolved GH-1977
2020-05-15 19:46:29 +01:00
Samuel Hawksby-Robinson 9e2e94d851
Updated dependabot config to security only (#1975)
see for details : https://dependabot.com/docs/config-file/#allowed_updates

## Why make the change?

@dependabot makes PRs for upgrading dependencies, but it doesn't automatically call `make vendor`, which is a problem because that means any merge for a @dependabot PR will require manual intervention.

I've looked through the @dependabot PR history and there has never been a successfully merged PR. [See here](https://github.com/status-im/status-go/pulls?q=is%3Apr+author%3Aapp%2Fdependabot-preview+is%3Aclosed)

If we are going to use this service we should only be warned of security updates, until we can implement a `make-vendor-bot` to automatically update the vendored files.

## What has changed?

Changed @dependabot settings to only make a PR for security updates.
2020-05-15 16:01:41 +01:00
Samuel Hawksby-Robinson d8309afa07
Updated dependabot config to assign Samyoul (#1972) 2020-05-14 08:47:38 +01:00
Pedro Pombeiro ed5a5c154d
Move to monorepo structure (#1684)
Move to a monorepo structure with submodules

- Rename status-protocol-go to status-go/protocol
2019-11-21 17:19:22 +01:00
Pedro Pombeiro d87caf57e3
Add dependabot config file (#1636)
* Add dependabot config file

* Fix status-protocol-go dependency
2019-10-11 07:00:46 +02:00