cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Apache License 2.0
3.41k stars 246 forks source link

Makefile: Add renovate-local target #1411

Closed chancez closed 4 months ago

chancez commented 4 months ago

Adds a target to the Makefile to help with running and debugging renovate locally. I've been using this in a few other repos and it's pretty helpful. Note that it's not aware of anything other than the current checkout, so if you want to test it against other branches, you will have to change branches (meaning the Makefile target may not exist), and/or adjust the rules in the renovate.json as needed for testing.