k8s-crafts / ephemeral-containers-plugin

A kubectl plugin to interactively update Pod /ephemeralcontainers subresource
Apache License 2.0
2 stars 5 forks source link

[Task] Dependabot PRs should use label kind/build #25

Open tthvo opened 3 hours ago

tthvo commented 3 hours ago

Description

The chore label was removed in favor of more specific labels (e.g. kind/code-cleanup, kind/code-docs). This means dependency update PR cannot use chore label anymore.

We should update dependabot's configuration file to use kind/build. The reference file is below:

https://github.com/k8s-crafts/ephemeral-containers-plugin/blob/c999044a86e6552172122bd61f70683e8fa7bac5/.github/dependabot.yml#L10

tthvo commented 3 hours ago

See complaints from dependabot: https://github.com/k8s-crafts/ephemeral-containers-plugin/pull/23#issuecomment-2433199270