google / slo-generator

SLO Generator computes SLIs, SLOs, Error Budgets and Burn Rates from supported backends, then exports an SLO report to supported targets.
Apache License 2.0
489 stars 78 forks source link

💡 [REQUEST] - Automate dependency updates with `renovate-bot` #363

Closed lvaylet closed 1 year ago

lvaylet commented 1 year ago

Summary

The Online Boutique demo uses renovate-bot to update dependencies with automatic PRs.

Basic Example

https://github.com/GoogleCloudPlatform/microservices-demo/commit/3b5daa481cf447d4faabac0d483d653b5380ece5

Screenshots

![DESCRIPTION](LINK.png)

Drawbacks

That requires a CI and test suites that are able to detect incompatibilities with new packages.

Unresolved questions

No response

Code of Conduct

lvaylet commented 1 year ago

go/github-docs/security-recommendations recommends using Dependabot as a first choice.