summaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-30 18:07:54 +0100
committerTilman Vatteroth2020-11-30 18:24:43 +0100
commit8600c2dae65c8d2cd3500beb22c90b76ece8f59c (patch)
tree271e6afb22b3ec4f6bbb84ab58a7cd95afb53fa0 /renovate.json
parent116fddd584a9d0927ce1109484826f6bc4074090 (diff)
Change label used by renovate to "type: maintenance"
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json2
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"
]
}