battlecode / galaxy

MIT License
10 stars 3 forks source link

Customize (or disable) the labels that dependabot makes #676

Open n8kim1 opened 1 year ago

n8kim1 commented 1 year ago

Dependabot, every time it makes a PR, gives it labels. These are cool, except when they conflict with our custom-made label naming and coloring scheme. Those conflicts have made me sad, especially when looking at the list of labels and having to navigate and getting thrown off by color grouping...

To change, see here: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file In short, make a dependabot config file, add each package manager to it (currently NPM and whatever-Go's-package-manager-is-called), and change the "labels" option. You can disable all labels, or specify which ones to add. The latter is helpful if you want to integrate Dependabot with our own labels.

Feel free to close if teamwide no one else thinks this is a big deal