robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.06k stars 113 forks source link

Add dependabot to kube-capacity #121

Closed isaacnboyd closed 5 months ago

isaacnboyd commented 5 months ago

Hello good morning. ☕

This PR is to add dependabot to kube-capacity. This will prevent the need for human generated commits such as: 7ccdb4e2bd4b262f6aa22a137316680caa9dd90f cc6c7aca7aff3e9a6989cb0c220a918952c2924d ef7cc2b8f5e4b23f2ef5964b66894279ed4be566

You can see what a dependabot generated PR looks like here: https://github.com/isaacnboyd/kube-capacity/pull/15

In addition to this commit, a user with write access to kube-capacity needs to enable dependabot security scanning and version updates under repo settings->code security and analysis->dependabot

This contribution is based off of seeing how dependabot works on another client-go project, kubepug

robscott commented 5 months ago

Thanks @isaacnboyd!