diff options
author | Tilman Vatteroth | 2020-11-30 18:07:54 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-30 18:24:43 +0100 |
commit | 8600c2dae65c8d2cd3500beb22c90b76ece8f59c (patch) | |
tree | 271e6afb22b3ec4f6bbb84ab58a7cd95afb53fa0 | |
parent | 116fddd584a9d0927ce1109484826f6bc4074090 (diff) |
Change label used by renovate to "type: maintenance"
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index ecf2ad1e..910e0a2b 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,6 @@ ":gitSignOff" ], "labels": [ - "dependencies" + "type: maintenance" ] } |