Skip to content

Commit 132adbc

Browse files
committed
Fix assignees
1 parent aad2706 commit 132adbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":assignee(Taucher2003,Knerio)",
65
":label(dependencies)"
76
],
7+
"assignees": [
8+
"Taucher2003",
9+
"Knerio"
10+
],
811
"packageRules": [
912
{
1013
"matchDepNames": ["ruby"],

0 commit comments

Comments
 (0)