-
Notifications
You must be signed in to change notification settings - Fork 28
A wrong label is assigned #140
Comments
Ah, oops! Dependabot looks for labels in your repo that includes |
@greysteil Thank you for the fast reply! How it will work after fix? Do I need to create a dedicated label myself or Dependabot will create it? Or it will create issues without label if it doesn't exist in a repo? |
I think the fix here is for Dependabot to explicitly ignore that label when looking at labels users might prefer to Dependabot's default |
The code is here btw. |
Fixed in dependabot/dependabot-core@063f67f. Thanks for reporting! |
The issues created by Dependabot has a wrong label --
dependency/spring
. I'm using this label for marking issues that are related to Spring Framework. If Dependabot need some particular label, it should be stated as a requirement in the installation manual. Also, it should be configurable in UI.Examples:
php-coder/mystamps#936
php-coder/mystamps#937
php-coder/mystamps#938
php-coder/mystamps#939
php-coder/mystamps#940
Thank you!
The text was updated successfully, but these errors were encountered: