summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-09-30 09:36:10 -0700
committerSebastian Berg <sebastian@sipsolutions.net>2019-09-30 09:44:22 -0700
commit1b6024b150d458607776fa74a2b97bc8fb8ff8cd (patch)
treecc3732a879c4c210318dc748d77548602b85987e
parent68bd6e359a6b0863acf39cad637e1444d78eabd0 (diff)
downloadnumpy-1b6024b150d458607776fa74a2b97bc8fb8ff8cd.tar.gz
MAINT: Add "MAINT" tag to dependabot commit msg
I hope this will also change PR title accordingly. Also try and change the labels to just include maintenance, since it adds the "dependy" label for no good reason. [skip-ci]
-rw-r--r--.dependabot/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
index 4d8d6f01e..160ec85cf 100644
--- a/.dependabot/config.yml
+++ b/.dependabot/config.yml
@@ -3,3 +3,7 @@ update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "weekly"
+ commit_message:
+ prefix: "MAINT"
+ default_labels:
+ - "03 - Maintenance"